mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"Félicitation,vous avez détruit le convoi d ural375,verifiez si il vous reste assez de roquettes pour traiter le dernier objectif ,sinon rentrez a la base pour réarmer\\\
\\\
\", 20);",
            [2] = "a_activate_group(\"Groupe Ural 375 INS#01\");a_out_text_delay_s(\"red\", \"Félicitation,vous avez détruit le Fortin,verifiez si il vous reste assez de roquettes pour traiter le second objectif ,sinon rentrez a la base pour réarmer ou changer de type de roquette\", 20);",
            [3] = "a_out_text_delay_s(\"red\", \"Félicitation,tous les objectifs on été détruits ,vous pouvez regagner la base\", 30);",
            [4] = "a_out_text_delay_s(\"red\", \"Conseil :pour l attaque d un convoi , il y a 2 possibilités de frapper \\\
\\\
La passe longitudinale :\\\
\\\
Présentez-vous sur un axe identique à celui du convoi., commencez votre tir en arrière de la dernière cible puis remonter le convoi. Stoppez au 2/3 du convoi.\\\
\\\
La passe latérale :\\\
\\\
Si vous ne pouvez vous présenter sur un axe avantageux, vous serez obligé d'effectuer une passe de tir latérale.\\\
Vous allez devoir effectuer une passe de tir avec de l'angle en roulis et en dérapage.\\\
Tâchez de rester stable et d'avoir un taux de virage constant.\\\
\\\
\\\
\", 25);",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then if not mission.trig.flag[1] then mission.trig.actions[1](); mission.trig.flag[1] = true; end; else mission.trig.flag[1] = false; end;",
            [2] = "if mission.trig.conditions[2]() then if not mission.trig.flag[2] then mission.trig.actions[2](); mission.trig.flag[2] = true; end; else mission.trig.flag[2] = false; end;",
            [3] = "if mission.trig.conditions[3]() then if not mission.trig.flag[3] then mission.trig.actions[3](); mission.trig.flag[3] = true; end; else mission.trig.flag[3] = false; end;",
            [4] = "if mission.trig.conditions[4]() then if not mission.trig.flag[4] then mission.trig.actions[4](); mission.trig.flag[4] = true; end; else mission.trig.flag[4] = false; end;",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_group_dead(\"Groupe Ural 375 INS#01\") )",
            [2] = "return(c_unit_dead(21) )",
            [3] = "return(c_group_dead(\"Groupe de véhicules INS#01\") )",
            [4] = "return(c_unit_in_zone(1, \"Zone 1\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["at2000"] = 0,
            ["atGround"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["temperature"] = 20,
            ["iseason"] = 1,
        }, -- end of ["season"]
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["density"] = 0,
            ["visibility"] = 0,
            ["thickness"] = 0,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["density"] = 0,
            ["thickness"] = 0,
            ["base"] = 0,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 304137.35274036,
                ["radius"] = 3500,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -50675.056342658,
                ["hidden"] = true,
                ["name"] = "Zone 1",
            }, -- end of [1]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 338787.27678571,
        ["zoom"] = 500000,
        ["centerX"] = -44435.330357142,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 6,
            [2] = 11,
            [3] = 8,
            [4] = 13,
            [5] = 9,
            [6] = 5,
            [7] = 16,
            [8] = 10,
            [9] = 17,
            [10] = 15,
            [11] = 12,
            [12] = 4,
            [13] = 3,
            [14] = 2,
            [15] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 0,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Bonjour messieur, mission d'entrainement au tir a la roquettes ,pour ce faire nous allons travailler sur plusieurs types de cibles ,fixe et mobiles \
\
pour débuter la mission votre KA50 est équipé de 4 Paniers lance-roquette S-13 que vous pourez changer contre des S-8KOM,lorsque le premier objectif sera détruit\
\
KAMOV_127Th Sibérian Tiger\
\
=== Armement par Défaut ===\
\
-4X Panier Lance roquettes S13\
\
=== Carburant par Défaut ===\
-100%\
",
    ["pictureFileNameR"] = 
    {
        [1] = "Screen_roquette1{F597DD1B-2B02-4e50-A3D4-7CA0F72CC091}.jpg",
        [2] = "Screen_roquette2{5EA02CA0-4105-4553-8F4E-D79BF5E1146B}.jpg",
        [3] = "Screen_roquette3{73BDFE85-D01C-4ce0-9775-BECF9A6AD3FE}.jpg",
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "",
    ["descriptionRedTask"] = "Objectifs:\
\
1) un Fortin,c est un objectif fixe,\
qui n est pas armée (il est préférable de le traiter avec des roquettes de type S-13) ,vous le trouverez au Premier Waypoint\
\
2) un convoi de camions type URAL 375 (non armée) qui se déplace sur route (il est préférable de le traiter avec des roquettes de type S-8KOM),il est situé prés du Waypoint 2 \
 \
3) un Convoi de blindées armés ,qui se déplace sur route (il est préférable de le traiter avec des roquettes de type S-8KOM),il est situé prés du Waypoint 3 \
 ",
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 100,
                ["x"] = 100,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [1]
                [2] = 
                {
                    ["name"] = "Insurgents",
                    ["id"] = 17,
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0.5235987755983,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 294369.59431861,
                                            ["speed"] = 0,
                                            ["x"] = -42377.854701345,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "dot2",
                                        ["type"] = ".Pill-box",
                                        ["unitId"] = 21,
                                        ["rate"] = 100,
                                        ["y"] = 294369.59431861,
                                        ["x"] = -42377.854701345,
                                        ["name"] = "Fortin INS#01",
                                        ["category"] = "Fortifications",
                                        ["heading"] = 0.5235987755983,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 294369.59431861,
                                ["x"] = -42377.854701345,
                                ["name"] = "Fortin INS#01",
                                ["dead"] = false,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 350096.90625,
                                                ["x"] = -69600.7265625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 350096.21875,
                                                ["x"] = -69604.5625,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 349861.84375,
                                                ["x"] = -69562.984375,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 349629.34375,
                                                ["x"] = -69541.65625,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                ["y"] = 344716.4375,
                                                ["x"] = -69515.109375,
                                            }, -- end of [16]
                                            [32] = 
                                            {
                                                ["y"] = 344210.78125,
                                                ["x"] = -69850.8046875,
                                            }, -- end of [32]
                                            [64] = 
                                            {
                                                ["y"] = 341675.96875,
                                                ["x"] = -70205.828125,
                                            }, -- end of [64]
                                            [128] = 
                                            {
                                                ["y"] = 340593.0625,
                                                ["x"] = -67697.0390625,
                                            }, -- end of [128]
                                            [256] = 
                                            {
                                                ["y"] = 332745.59375,
                                                ["x"] = -59770.3046875,
                                            }, -- end of [256]
                                            [512] = 
                                            {
                                                ["y"] = 320327.03125,
                                                ["x"] = -53856.2265625,
                                            }, -- end of [512]
                                            [513] = 
                                            {
                                                ["y"] = 320279.0625,
                                                ["x"] = -53850.2890625,
                                            }, -- end of [513]
                                            [257] = 
                                            {
                                                ["y"] = 332727.28125,
                                                ["x"] = -59743.68359375,
                                            }, -- end of [257]
                                            [514] = 
                                            {
                                                ["y"] = 320230.90625,
                                                ["x"] = -53846.28515625,
                                            }, -- end of [514]
                                            [129] = 
                                            {
                                                ["y"] = 340635.46875,
                                                ["x"] = -67589.609375,
                                            }, -- end of [129]
                                            [258] = 
                                            {
                                                ["y"] = 332707.4375,
                                                ["x"] = -59718.1875,
                                            }, -- end of [258]
                                            [516] = 
                                            {
                                                ["y"] = 320134.28125,
                                                ["x"] = -53844.11328125,
                                            }, -- end of [516]
                                            [517] = 
                                            {
                                                ["y"] = 320085.96875,
                                                ["x"] = -53845.9453125,
                                            }, -- end of [517]
                                            [259] = 
                                            {
                                                ["y"] = 332686.125,
                                                ["x"] = -59693.8984375,
                                            }, -- end of [259]
                                            [518] = 
                                            {
                                                ["y"] = 320037.78125,
                                                ["x"] = -53849.72265625,
                                            }, -- end of [518]
                                            [65] = 
                                            {
                                                ["y"] = 341642.21875,
                                                ["x"] = -70209.265625,
                                            }, -- end of [65]
                                            [130] = 
                                            {
                                                ["y"] = 340641,
                                                ["x"] = -67574.5390625,
                                            }, -- end of [130]
                                            [260] = 
                                            {
                                                ["y"] = 332663.4375,
                                                ["x"] = -59670.90234375,
                                            }, -- end of [260]
                                            [520] = 
                                            {
                                                ["y"] = 319942.0625,
                                                ["x"] = -53863.07421875,
                                            }, -- end of [520]
                                            [521] = 
                                            {
                                                ["y"] = 319925.96875,
                                                ["x"] = -53865.984375,
                                            }, -- end of [521]
                                            [261] = 
                                            {
                                                ["y"] = 332639.40625,
                                                ["x"] = -59649.27734375,
                                            }, -- end of [261]
                                            [522] = 
                                            {
                                                ["y"] = 319896,
                                                ["x"] = -53870.47265625,
                                            }, -- end of [522]
                                            [131] = 
                                            {
                                                ["y"] = 340644.875,
                                                ["x"] = -67558.9609375,
                                            }, -- end of [131]
                                            [262] = 
                                            {
                                                ["y"] = 332614.1875,
                                                ["x"] = -59629.09765625,
                                            }, -- end of [262]
                                            [524] = 
                                            {
                                                ["y"] = 319835.46875,
                                                ["x"] = -53873.9609375,
                                            }, -- end of [524]
                                            [525] = 
                                            {
                                                ["y"] = 319805.1875,
                                                ["x"] = -53872.94921875,
                                            }, -- end of [525]
                                            [263] = 
                                            {
                                                ["y"] = 332587.8125,
                                                ["x"] = -59610.4375,
                                            }, -- end of [263]
                                            [33] = 
                                            {
                                                ["y"] = 343523.59375,
                                                ["x"] = -69900.2890625,
                                            }, -- end of [33]
                                            [66] = 
                                            {
                                                ["y"] = 341437.34375,
                                                ["x"] = -70224.3671875,
                                            }, -- end of [66]
                                            [132] = 
                                            {
                                                ["y"] = 340647.0625,
                                                ["x"] = -67543.0625,
                                            }, -- end of [132]
                                            [264] = 
                                            {
                                                ["y"] = 332560.375,
                                                ["x"] = -59593.359375,
                                            }, -- end of [264]
                                            [528] = 
                                            {
                                                ["y"] = 319715.4375,
                                                ["x"] = -53858.9609375,
                                            }, -- end of [528]
                                            [529] = 
                                            {
                                                ["y"] = 319686.25,
                                                ["x"] = -53850.703125,
                                            }, -- end of [529]
                                            [265] = 
                                            {
                                                ["y"] = 332532,
                                                ["x"] = -59577.91796875,
                                            }, -- end of [265]
                                            [530] = 
                                            {
                                                ["y"] = 319657.65625,
                                                ["x"] = -53840.69140625,
                                            }, -- end of [530]
                                            [133] = 
                                            {
                                                ["y"] = 340647.5625,
                                                ["x"] = -67527.015625,
                                            }, -- end of [133]
                                            [266] = 
                                            {
                                                ["y"] = 332444.1875,
                                                ["x"] = -59533.45703125,
                                            }, -- end of [266]
                                            [532] = 
                                            {
                                                ["y"] = 319602.5,
                                                ["x"] = -53815.5625,
                                            }, -- end of [532]
                                            [533] = 
                                            {
                                                ["y"] = 319576.15625,
                                                ["x"] = -53800.54296875,
                                            }, -- end of [533]
                                            [267] = 
                                            {
                                                ["y"] = 332410.78125,
                                                ["x"] = -59517.62890625,
                                            }, -- end of [267]
                                            [534] = 
                                            {
                                                ["y"] = 319550.78125,
                                                ["x"] = -53783.94921875,
                                            }, -- end of [534]
                                            [67] = 
                                            {
                                                ["y"] = 341427.90625,
                                                ["x"] = -70224.171875,
                                            }, -- end of [67]
                                            [134] = 
                                            {
                                                ["y"] = 340646.3125,
                                                ["x"] = -67511.0078125,
                                            }, -- end of [134]
                                            [268] = 
                                            {
                                                ["y"] = 332376.5625,
                                                ["x"] = -59503.58984375,
                                            }, -- end of [268]
                                            [536] = 
                                            {
                                                ["y"] = 318853.75,
                                                ["x"] = -53232.77734375,
                                            }, -- end of [536]
                                            [537] = 
                                            {
                                                ["y"] = 318805,
                                                ["x"] = -53195.35546875,
                                            }, -- end of [537]
                                            [269] = 
                                            {
                                                ["y"] = 332341.65625,
                                                ["x"] = -59491.37109375,
                                            }, -- end of [269]
                                            [538] = 
                                            {
                                                ["y"] = 318755.15625,
                                                ["x"] = -53159.44921875,
                                            }, -- end of [538]
                                            [135] = 
                                            {
                                                ["y"] = 340643.375,
                                                ["x"] = -67495.2265625,
                                            }, -- end of [135]
                                            [270] = 
                                            {
                                                ["y"] = 332306.1875,
                                                ["x"] = -59481.015625,
                                            }, -- end of [270]
                                            [540] = 
                                            {
                                                ["y"] = 318652.21875,
                                                ["x"] = -53092.3203125,
                                            }, -- end of [540]
                                            [541] = 
                                            {
                                                ["y"] = 318599.25,
                                                ["x"] = -53061.15625,
                                            }, -- end of [541]
                                            [17] = 
                                            {
                                                ["y"] = 344700.5625,
                                                ["x"] = -69521.828125,
                                            }, -- end of [17]
                                            [34] = 
                                            {
                                                ["y"] = 343466.21875,
                                                ["x"] = -69903.59375,
                                            }, -- end of [34]
                                            [68] = 
                                            {
                                                ["y"] = 341418.65625,
                                                ["x"] = -70222.1953125,
                                            }, -- end of [68]
                                            [136] = 
                                            {
                                                ["y"] = 340638.75,
                                                ["x"] = -67479.8515625,
                                            }, -- end of [136]
                                            [272] = 
                                            {
                                                ["y"] = 332233.8125,
                                                ["x"] = -59465.9921875,
                                            }, -- end of [272]
                                            [544] = 
                                            {
                                                ["y"] = 318434.96875,
                                                ["x"] = -52977.6328125,
                                            }, -- end of [544]
                                            [545] = 
                                            {
                                                ["y"] = 318378.59375,
                                                ["x"] = -52953.19921875,
                                            }, -- end of [545]
                                            [273] = 
                                            {
                                                ["y"] = 332197.125,
                                                ["x"] = -59461.3671875,
                                            }, -- end of [273]
                                            [546] = 
                                            {
                                                ["y"] = 318321.46875,
                                                ["x"] = -52930.51171875,
                                            }, -- end of [546]
                                            [137] = 
                                            {
                                                ["y"] = 340632.53125,
                                                ["x"] = -67465.0625,
                                            }, -- end of [137]
                                            [274] = 
                                            {
                                                ["y"] = 332160.25,
                                                ["x"] = -59458.68359375,
                                            }, -- end of [274]
                                            [548] = 
                                            {
                                                ["y"] = 317423.34375,
                                                ["x"] = -52619.80859375,
                                            }, -- end of [548]
                                            [549] = 
                                            {
                                                ["y"] = 317407.03125,
                                                ["x"] = -52615.1953125,
                                            }, -- end of [549]
                                            [275] = 
                                            {
                                                ["y"] = 332123.28125,
                                                ["x"] = -59457.953125,
                                            }, -- end of [275]
                                            [550] = 
                                            {
                                                ["y"] = 317390.3125,
                                                ["x"] = -52612.44921875,
                                            }, -- end of [550]
                                            [69] = 
                                            {
                                                ["y"] = 341409.96875,
                                                ["x"] = -70218.5234375,
                                            }, -- end of [69]
                                            [138] = 
                                            {
                                                ["y"] = 340624.75,
                                                ["x"] = -67451.015625,
                                            }, -- end of [138]
                                            [276] = 
                                            {
                                                ["y"] = 331993.5,
                                                ["x"] = -59458.81640625,
                                            }, -- end of [276]
                                            [552] = 
                                            {
                                                ["y"] = 317356.4375,
                                                ["x"] = -52612.69140625,
                                            }, -- end of [552]
                                            [553] = 
                                            {
                                                ["y"] = 317339.75,
                                                ["x"] = -52615.67578125,
                                            }, -- end of [553]
                                            [277] = 
                                            {
                                                ["y"] = 331984.5625,
                                                ["x"] = -59459.67578125,
                                            }, -- end of [277]
                                            [554] = 
                                            {
                                                ["y"] = 317323.5,
                                                ["x"] = -52620.5234375,
                                            }, -- end of [554]
                                            [139] = 
                                            {
                                                ["y"] = 340615.5,
                                                ["x"] = -67437.890625,
                                            }, -- end of [139]
                                            [278] = 
                                            {
                                                ["y"] = 331975.9375,
                                                ["x"] = -59462.1171875,
                                            }, -- end of [278]
                                            [556] = 
                                            {
                                                ["y"] = 317259.90625,
                                                ["x"] = -52650.94140625,
                                            }, -- end of [556]
                                            [557] = 
                                            {
                                                ["y"] = 317244.5,
                                                ["x"] = -52657.515625,
                                            }, -- end of [557]
                                            [279] = 
                                            {
                                                ["y"] = 331967.90625,
                                                ["x"] = -59466.05859375,
                                            }, -- end of [279]
                                            [35] = 
                                            {
                                                ["y"] = 343408.75,
                                                ["x"] = -69905.25,
                                            }, -- end of [35]
                                            [70] = 
                                            {
                                                ["y"] = 341402.125,
                                                ["x"] = -70213.2734375,
                                            }, -- end of [70]
                                            [140] = 
                                            {
                                                ["y"] = 340604.90625,
                                                ["x"] = -67425.8203125,
                                            }, -- end of [140]
                                            [280] = 
                                            {
                                                ["y"] = 331960.6875,
                                                ["x"] = -59471.37890625,
                                            }, -- end of [280]
                                            [560] = 
                                            {
                                                ["y"] = 317195.3125,
                                                ["x"] = -52666.4921875,
                                            }, -- end of [560]
                                            [561] = 
                                            {
                                                ["y"] = 317178.59375,
                                                ["x"] = -52665.7734375,
                                            }, -- end of [561]
                                            [281] = 
                                            {
                                                ["y"] = 331954.53125,
                                                ["x"] = -59477.8984375,
                                            }, -- end of [281]
                                            [562] = 
                                            {
                                                ["y"] = 317162.0625,
                                                ["x"] = -52663.19921875,
                                            }, -- end of [562]
                                            [141] = 
                                            {
                                                ["y"] = 340593.09375,
                                                ["x"] = -67414.953125,
                                            }, -- end of [141]
                                            [282] = 
                                            {
                                                ["y"] = 331949.65625,
                                                ["x"] = -59485.4140625,
                                            }, -- end of [282]
                                            [564] = 
                                            {
                                                ["y"] = 317130.34375,
                                                ["x"] = -52652.625,
                                            }, -- end of [564]
                                            [565] = 
                                            {
                                                ["y"] = 317115.59375,
                                                ["x"] = -52644.75390625,
                                            }, -- end of [565]
                                            [283] = 
                                            {
                                                ["y"] = 331946.1875,
                                                ["x"] = -59493.68359375,
                                            }, -- end of [283]
                                            [566] = 
                                            {
                                                ["y"] = 317101.78125,
                                                ["x"] = -52635.2890625,
                                            }, -- end of [566]
                                            [71] = 
                                            {
                                                ["y"] = 341395.375,
                                                ["x"] = -70206.640625,
                                            }, -- end of [71]
                                            [142] = 
                                            {
                                                ["y"] = 340580.1875,
                                                ["x"] = -67405.40625,
                                            }, -- end of [142]
                                            [284] = 
                                            {
                                                ["y"] = 331944.25,
                                                ["x"] = -59502.4375,
                                            }, -- end of [284]
                                            [568] = 
                                            {
                                                ["y"] = 316951.1875,
                                                ["x"] = -52515.29296875,
                                            }, -- end of [568]
                                            [569] = 
                                            {
                                                ["y"] = 316917.15625,
                                                ["x"] = -52491.01171875,
                                            }, -- end of [569]
                                            [285] = 
                                            {
                                                ["y"] = 331930.125,
                                                ["x"] = -59616.45703125,
                                            }, -- end of [285]
                                            [570] = 
                                            {
                                                ["y"] = 316882.25,
                                                ["x"] = -52468.04296875,
                                            }, -- end of [570]
                                            [143] = 
                                            {
                                                ["y"] = 340060.65625,
                                                ["x"] = -67062.6875,
                                            }, -- end of [143]
                                            [286] = 
                                            {
                                                ["y"] = 331928.34375,
                                                ["x"] = -59624.84765625,
                                            }, -- end of [286]
                                            [572] = 
                                            {
                                                ["y"] = 316822.875,
                                                ["x"] = -52430.5703125,
                                            }, -- end of [572]
                                            [9] = 
                                            {
                                                ["y"] = 347564.65625,
                                                ["x"] = -69473.2109375,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                ["y"] = 344685.53125,
                                                ["x"] = -69530.3359375,
                                            }, -- end of [18]
                                            [36] = 
                                            {
                                                ["y"] = 343351.28125,
                                                ["x"] = -69905.25,
                                            }, -- end of [36]
                                            [72] = 
                                            {
                                                ["y"] = 341390.03125,
                                                ["x"] = -70198.8671875,
                                            }, -- end of [72]
                                            [144] = 
                                            {
                                                ["y"] = 340020,
                                                ["x"] = -67035.15625,
                                            }, -- end of [144]
                                            [288] = 
                                            {
                                                ["y"] = 331920.625,
                                                ["x"] = -59640.11328125,
                                            }, -- end of [288]
                                            [576] = 
                                            {
                                                ["y"] = 316673.34375,
                                                ["x"] = -52354.70703125,
                                            }, -- end of [576]
                                            [577] = 
                                            {
                                                ["y"] = 316633.9375,
                                                ["x"] = -52340.19921875,
                                            }, -- end of [577]
                                            [289] = 
                                            {
                                                ["y"] = 331914.9375,
                                                ["x"] = -59646.53515625,
                                            }, -- end of [289]
                                            [578] = 
                                            {
                                                ["y"] = 316593.90625,
                                                ["x"] = -52327.54296875,
                                            }, -- end of [578]
                                            [145] = 
                                            {
                                                ["y"] = 339980.0625,
                                                ["x"] = -67006.6328125,
                                            }, -- end of [145]
                                            [290] = 
                                            {
                                                ["y"] = 331908.25,
                                                ["x"] = -59651.89453125,
                                            }, -- end of [290]
                                            [580] = 
                                            {
                                                ["y"] = 316512.3125,
                                                ["x"] = -52307.89453125,
                                            }, -- end of [580]
                                            [581] = 
                                            {
                                                ["y"] = 316470.9375,
                                                ["x"] = -52300.94140625,
                                            }, -- end of [581]
                                            [291] = 
                                            {
                                                ["y"] = 331900.71875,
                                                ["x"] = -59656.0234375,
                                            }, -- end of [291]
                                            [582] = 
                                            {
                                                ["y"] = 316362.96875,
                                                ["x"] = -52285.390625,
                                            }, -- end of [582]
                                            [73] = 
                                            {
                                                ["y"] = 341386.21875,
                                                ["x"] = -70190.21875,
                                            }, -- end of [73]
                                            [146] = 
                                            {
                                                ["y"] = 339940.8125,
                                                ["x"] = -66977.1484375,
                                            }, -- end of [146]
                                            [292] = 
                                            {
                                                ["y"] = 331892.625,
                                                ["x"] = -59658.8125,
                                            }, -- end of [292]
                                            [584] = 
                                            {
                                                ["y"] = 316300.71875,
                                                ["x"] = -52272.90234375,
                                            }, -- end of [584]
                                            [585] = 
                                            {
                                                ["y"] = 316270.21875,
                                                ["x"] = -52263.98046875,
                                            }, -- end of [585]
                                            [293] = 
                                            {
                                                ["y"] = 331623.75,
                                                ["x"] = -59726.0234375,
                                            }, -- end of [293]
                                            [586] = 
                                            {
                                                ["y"] = 316240.3125,
                                                ["x"] = -52253.31640625,
                                            }, -- end of [586]
                                            [147] = 
                                            {
                                                ["y"] = 339902.3125,
                                                ["x"] = -66946.703125,
                                            }, -- end of [147]
                                            [294] = 
                                            {
                                                ["y"] = 331601.34375,
                                                ["x"] = -59732.4140625,
                                            }, -- end of [294]
                                            [588] = 
                                            {
                                                ["y"] = 316182.5625,
                                                ["x"] = -52226.8984375,
                                            }, -- end of [588]
                                            [589] = 
                                            {
                                                ["y"] = 316154.90625,
                                                ["x"] = -52211.23046875,
                                            }, -- end of [589]
                                            [295] = 
                                            {
                                                ["y"] = 331579.4375,
                                                ["x"] = -59740.28515625,
                                            }, -- end of [295]
                                            [37] = 
                                            {
                                                ["y"] = 343293.84375,
                                                ["x"] = -69903.6015625,
                                            }, -- end of [37]
                                            [74] = 
                                            {
                                                ["y"] = 341384.09375,
                                                ["x"] = -70181.0078125,
                                            }, -- end of [74]
                                            [148] = 
                                            {
                                                ["y"] = 339350.4375,
                                                ["x"] = -66499.0625,
                                            }, -- end of [148]
                                            [296] = 
                                            {
                                                ["y"] = 331558.09375,
                                                ["x"] = -59749.59765625,
                                            }, -- end of [296]
                                            [592] = 
                                            {
                                                ["y"] = 316070.84375,
                                                ["x"] = -52159.4453125,
                                            }, -- end of [592]
                                            [593] = 
                                            {
                                                ["y"] = 316047.6875,
                                                ["x"] = -52142.83203125,
                                            }, -- end of [593]
                                            [297] = 
                                            {
                                                ["y"] = 331537.40625,
                                                ["x"] = -59760.30859375,
                                            }, -- end of [297]
                                            [594] = 
                                            {
                                                ["y"] = 316025.40625,
                                                ["x"] = -52125.0390625,
                                            }, -- end of [594]
                                            [149] = 
                                            {
                                                ["y"] = 339303.78125,
                                                ["x"] = -66460.015625,
                                            }, -- end of [149]
                                            [298] = 
                                            {
                                                ["y"] = 331517.46875,
                                                ["x"] = -59772.37109375,
                                            }, -- end of [298]
                                            [596] = 
                                            {
                                                ["y"] = 315983.78125,
                                                ["x"] = -52086.1171875,
                                            }, -- end of [596]
                                            [597] = 
                                            {
                                                ["y"] = 315964.5625,
                                                ["x"] = -52065.08984375,
                                            }, -- end of [597]
                                            [299] = 
                                            {
                                                ["y"] = 331498.40625,
                                                ["x"] = -59785.73828125,
                                            }, -- end of [299]
                                            [598] = 
                                            {
                                                ["y"] = 315946.4375,
                                                ["x"] = -52043.09375,
                                            }, -- end of [598]
                                            [75] = 
                                            {
                                                ["y"] = 341367.28125,
                                                ["x"] = -70053.0546875,
                                            }, -- end of [75]
                                            [150] = 
                                            {
                                                ["y"] = 339258.3125,
                                                ["x"] = -66419.578125,
                                            }, -- end of [150]
                                            [300] = 
                                            {
                                                ["y"] = 331480.25,
                                                ["x"] = -59800.33984375,
                                            }, -- end of [300]
                                            [600] = 
                                            {
                                                ["y"] = 315833.8125,
                                                ["x"] = -51900.9921875,
                                            }, -- end of [600]
                                            [601] = 
                                            {
                                                ["y"] = 315810.28125,
                                                ["x"] = -51875.7578125,
                                            }, -- end of [601]
                                            [301] = 
                                            {
                                                ["y"] = 331463.125,
                                                ["x"] = -59816.12109375,
                                            }, -- end of [301]
                                            [602] = 
                                            {
                                                ["y"] = 315785.3125,
                                                ["x"] = -51851.921875,
                                            }, -- end of [602]
                                            [151] = 
                                            {
                                                ["y"] = 339214.125,
                                                ["x"] = -66377.765625,
                                            }, -- end of [151]
                                            [302] = 
                                            {
                                                ["y"] = 331402.75,
                                                ["x"] = -59875.578125,
                                            }, -- end of [302]
                                            [604] = 
                                            {
                                                ["y"] = 315731.46875,
                                                ["x"] = -51808.74609375,
                                            }, -- end of [604]
                                            [605] = 
                                            {
                                                ["y"] = 315702.78125,
                                                ["x"] = -51789.546875,
                                            }, -- end of [605]
                                            [19] = 
                                            {
                                                ["y"] = 344671.59375,
                                                ["x"] = -69540.5078125,
                                            }, -- end of [19]
                                            [38] = 
                                            {
                                                ["y"] = 343236.4375,
                                                ["x"] = -69900.296875,
                                            }, -- end of [38]
                                            [76] = 
                                            {
                                                ["y"] = 341365.40625,
                                                ["x"] = -70044.6015625,
                                            }, -- end of [76]
                                            [152] = 
                                            {
                                                ["y"] = 339171.21875,
                                                ["x"] = -66334.640625,
                                            }, -- end of [152]
                                            [304] = 
                                            {
                                                ["y"] = 331360.46875,
                                                ["x"] = -59911.7578125,
                                            }, -- end of [304]
                                            [608] = 
                                            {
                                                ["y"] = 315610.78125,
                                                ["x"] = -51742.26953125,
                                            }, -- end of [608]
                                            [609] = 
                                            {
                                                ["y"] = 315578.46875,
                                                ["x"] = -51730.1171875,
                                            }, -- end of [609]
                                            [305] = 
                                            {
                                                ["y"] = 331337.5625,
                                                ["x"] = -59927.5546875,
                                            }, -- end of [305]
                                            [610] = 
                                            {
                                                ["y"] = 315545.53125,
                                                ["x"] = -51719.84765625,
                                            }, -- end of [610]
                                            [153] = 
                                            {
                                                ["y"] = 339129.625,
                                                ["x"] = -66290.2265625,
                                            }, -- end of [153]
                                            [306] = 
                                            {
                                                ["y"] = 331313.59375,
                                                ["x"] = -59941.72265625,
                                            }, -- end of [306]
                                            [612] = 
                                            {
                                                ["y"] = 315478.125,
                                                ["x"] = -51705.06640625,
                                            }, -- end of [612]
                                            [613] = 
                                            {
                                                ["y"] = 315443.90625,
                                                ["x"] = -51700.60546875,
                                            }, -- end of [613]
                                            [307] = 
                                            {
                                                ["y"] = 331288.71875,
                                                ["x"] = -59954.1875,
                                            }, -- end of [307]
                                            [614] = 
                                            {
                                                ["y"] = 314436.375,
                                                ["x"] = -51598.828125,
                                            }, -- end of [614]
                                            [77] = 
                                            {
                                                ["y"] = 341362.125,
                                                ["x"] = -70036.6015625,
                                            }, -- end of [77]
                                            [154] = 
                                            {
                                                ["y"] = 339089.4375,
                                                ["x"] = -66244.5703125,
                                            }, -- end of [154]
                                            [308] = 
                                            {
                                                ["y"] = 331263.03125,
                                                ["x"] = -59964.890625,
                                            }, -- end of [308]
                                            [616] = 
                                            {
                                                ["y"] = 314317.84375,
                                                ["x"] = -51590.37890625,
                                            }, -- end of [616]
                                            [617] = 
                                            {
                                                ["y"] = 314258.46875,
                                                ["x"] = -51588.80078125,
                                            }, -- end of [617]
                                            [309] = 
                                            {
                                                ["y"] = 331236.65625,
                                                ["x"] = -59973.78125,
                                            }, -- end of [309]
                                            [618] = 
                                            {
                                                ["y"] = 314199.03125,
                                                ["x"] = -51588.984375,
                                            }, -- end of [618]
                                            [155] = 
                                            {
                                                ["y"] = 339050.625,
                                                ["x"] = -66197.7109375,
                                            }, -- end of [155]
                                            [310] = 
                                            {
                                                ["y"] = 331209.71875,
                                                ["x"] = -59980.8203125,
                                            }, -- end of [310]
                                            [620] = 
                                            {
                                                ["y"] = 314080.34375,
                                                ["x"] = -51594.64453125,
                                            }, -- end of [620]
                                            [621] = 
                                            {
                                                ["y"] = 314021.1875,
                                                ["x"] = -51600.11328125,
                                            }, -- end of [621]
                                            [311] = 
                                            {
                                                ["y"] = 331182.375,
                                                ["x"] = -59985.96484375,
                                            }, -- end of [311]
                                            [39] = 
                                            {
                                                ["y"] = 342532.75,
                                                ["x"] = -69849.671875,
                                            }, -- end of [39]
                                            [78] = 
                                            {
                                                ["y"] = 341357.53125,
                                                ["x"] = -70029.2890625,
                                            }, -- end of [78]
                                            [156] = 
                                            {
                                                ["y"] = 339013.28125,
                                                ["x"] = -66149.6953125,
                                            }, -- end of [156]
                                            [312] = 
                                            {
                                                ["y"] = 331154.71875,
                                                ["x"] = -59989.1953125,
                                            }, -- end of [312]
                                            [624] = 
                                            {
                                                ["y"] = 313845.03125,
                                                ["x"] = -51627.03125,
                                            }, -- end of [624]
                                            [625] = 
                                            {
                                                ["y"] = 313786.9375,
                                                ["x"] = -51639.4765625,
                                            }, -- end of [625]
                                            [313] = 
                                            {
                                                ["y"] = 331126.90625,
                                                ["x"] = -59990.49609375,
                                            }, -- end of [313]
                                            [626] = 
                                            {
                                                ["y"] = 313729.25,
                                                ["x"] = -51653.640625,
                                            }, -- end of [626]
                                            [157] = 
                                            {
                                                ["y"] = 338601.03125,
                                                ["x"] = -65602.8828125,
                                            }, -- end of [157]
                                            [314] = 
                                            {
                                                ["y"] = 331099.09375,
                                                ["x"] = -59989.86328125,
                                            }, -- end of [314]
                                            [628] = 
                                            {
                                                ["y"] = 312887.96875,
                                                ["x"] = -51872.60546875,
                                            }, -- end of [628]
                                            [629] = 
                                            {
                                                ["y"] = 312871.875,
                                                ["x"] = -51874.125,
                                            }, -- end of [629]
                                            [315] = 
                                            {
                                                ["y"] = 331071.375,
                                                ["x"] = -59987.29296875,
                                            }, -- end of [315]
                                            [630] = 
                                            {
                                                ["y"] = 312855.71875,
                                                ["x"] = -51873.90625,
                                            }, -- end of [630]
                                            [79] = 
                                            {
                                                ["y"] = 341351.71875,
                                                ["x"] = -70022.875,
                                            }, -- end of [79]
                                            [158] = 
                                            {
                                                ["y"] = 338569.03125,
                                                ["x"] = -65559.2109375,
                                            }, -- end of [158]
                                            [316] = 
                                            {
                                                ["y"] = 331043.90625,
                                                ["x"] = -59982.8046875,
                                            }, -- end of [316]
                                            [632] = 
                                            {
                                                ["y"] = 312823.9375,
                                                ["x"] = -51868.27734375,
                                            }, -- end of [632]
                                            [633] = 
                                            {
                                                ["y"] = 312808.6875,
                                                ["x"] = -51862.93359375,
                                            }, -- end of [633]
                                            [317] = 
                                            {
                                                ["y"] = 331016.8125,
                                                ["x"] = -59976.4140625,
                                            }, -- end of [317]
                                            [634] = 
                                            {
                                                ["y"] = 312794.125,
                                                ["x"] = -51855.984375,
                                            }, -- end of [634]
                                            [159] = 
                                            {
                                                ["y"] = 338538.21875,
                                                ["x"] = -65514.68359375,
                                            }, -- end of [159]
                                            [318] = 
                                            {
                                                ["y"] = 330990.21875,
                                                ["x"] = -59968.15625,
                                            }, -- end of [318]
                                            [636] = 
                                            {
                                                ["y"] = 312767.59375,
                                                ["x"] = -51837.58984375,
                                            }, -- end of [636]
                                            [5] = 
                                            {
                                                ["y"] = 349804,
                                                ["x"] = -69555.1015625,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 347513.09375,
                                                ["x"] = -69472.15625,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                ["y"] = 344658.90625,
                                                ["x"] = -69552.2265625,
                                            }, -- end of [20]
                                            [40] = 
                                            {
                                                ["y"] = 342497.1875,
                                                ["x"] = -69848.0859375,
                                            }, -- end of [40]
                                            [80] = 
                                            {
                                                ["y"] = 341344.875,
                                                ["x"] = -70017.5625,
                                            }, -- end of [80]
                                            [160] = 
                                            {
                                                ["y"] = 338508.625,
                                                ["x"] = -65469.33984375,
                                            }, -- end of [160]
                                            [320] = 
                                            {
                                                ["y"] = 330192.3125,
                                                ["x"] = -59626.51953125,
                                            }, -- end of [320]
                                            [640] = 
                                            {
                                                ["y"] = 312729.25,
                                                ["x"] = -51786.1640625,
                                            }, -- end of [640]
                                            [641] = 
                                            {
                                                ["y"] = 312667.71875,
                                                ["x"] = -51650.33203125,
                                            }, -- end of [641]
                                            [321] = 
                                            {
                                                ["y"] = 330155.40625,
                                                ["x"] = -59610.2265625,
                                            }, -- end of [321]
                                            [642] = 
                                            {
                                                ["y"] = 312612.75,
                                                ["x"] = -51529.08203125,
                                            }, -- end of [642]
                                            [161] = 
                                            {
                                                ["y"] = 338480.28125,
                                                ["x"] = -65423.21875,
                                            }, -- end of [161]
                                            [322] = 
                                            {
                                                ["y"] = 330118.84375,
                                                ["x"] = -59593.1953125,
                                            }, -- end of [322]
                                            [644] = 
                                            {
                                                ["y"] = 312595.25,
                                                ["x"] = -51499.8515625,
                                            }, -- end of [644]
                                            [645] = 
                                            {
                                                ["y"] = 312584.125,
                                                ["x"] = -51486.9140625,
                                            }, -- end of [645]
                                            [323] = 
                                            {
                                                ["y"] = 330004,
                                                ["x"] = -59538.2578125,
                                            }, -- end of [323]
                                            [646] = 
                                            {
                                                ["y"] = 312571.59375,
                                                ["x"] = -51475.3203125,
                                            }, -- end of [646]
                                            [81] = 
                                            {
                                                ["y"] = 341337.25,
                                                ["x"] = -70013.5078125,
                                            }, -- end of [81]
                                            [162] = 
                                            {
                                                ["y"] = 338453.1875,
                                                ["x"] = -65376.34375,
                                            }, -- end of [162]
                                            [324] = 
                                            {
                                                ["y"] = 329991.03125,
                                                ["x"] = -59533.1328125,
                                            }, -- end of [324]
                                            [648] = 
                                            {
                                                ["y"] = 312543.03125,
                                                ["x"] = -51456.7578125,
                                            }, -- end of [648]
                                            [649] = 
                                            {
                                                ["y"] = 312527.34375,
                                                ["x"] = -51450.02734375,
                                            }, -- end of [649]
                                            [325] = 
                                            {
                                                ["y"] = 329977.5,
                                                ["x"] = -59529.859375,
                                            }, -- end of [325]
                                            [650] = 
                                            {
                                                ["y"] = 312511,
                                                ["x"] = -51445.12109375,
                                            }, -- end of [650]
                                            [163] = 
                                            {
                                                ["y"] = 338350.75,
                                                ["x"] = -65193.3984375,
                                            }, -- end of [163]
                                            [326] = 
                                            {
                                                ["y"] = 329963.625,
                                                ["x"] = -59528.5,
                                            }, -- end of [326]
                                            [652] = 
                                            {
                                                ["y"] = 312477.1875,
                                                ["x"] = -51441.01171875,
                                            }, -- end of [652]
                                            [653] = 
                                            {
                                                ["y"] = 312460.15625,
                                                ["x"] = -51441.859375,
                                            }, -- end of [653]
                                            [327] = 
                                            {
                                                ["y"] = 329949.71875,
                                                ["x"] = -59529.0859375,
                                            }, -- end of [327]
                                            [41] = 
                                            {
                                                ["y"] = 342461.5625,
                                                ["x"] = -69848.453125,
                                            }, -- end of [41]
                                            [82] = 
                                            {
                                                ["y"] = 341329.03125,
                                                ["x"] = -70010.828125,
                                            }, -- end of [82]
                                            [164] = 
                                            {
                                                ["y"] = 338320.03125,
                                                ["x"] = -65140.4296875,
                                            }, -- end of [164]
                                            [328] = 
                                            {
                                                ["y"] = 329936,
                                                ["x"] = -59531.6015625,
                                            }, -- end of [328]
                                            [656] = 
                                            {
                                                ["y"] = 312070.46875,
                                                ["x"] = -51487.20703125,
                                            }, -- end of [656]
                                            [657] = 
                                            {
                                                ["y"] = 312011.3125,
                                                ["x"] = -51498.08203125,
                                            }, -- end of [657]
                                            [329] = 
                                            {
                                                ["y"] = 329922.78125,
                                                ["x"] = -59535.99609375,
                                            }, -- end of [329]
                                            [658] = 
                                            {
                                                ["y"] = 311952.5,
                                                ["x"] = -51510.73046875,
                                            }, -- end of [658]
                                            [165] = 
                                            {
                                                ["y"] = 338287.6875,
                                                ["x"] = -65088.42578125,
                                            }, -- end of [165]
                                            [330] = 
                                            {
                                                ["y"] = 329910.28125,
                                                ["x"] = -59542.19140625,
                                            }, -- end of [330]
                                            [660] = 
                                            {
                                                ["y"] = 311836.1875,
                                                ["x"] = -51541.296875,
                                            }, -- end of [660]
                                            [661] = 
                                            {
                                                ["y"] = 311217.75,
                                                ["x"] = -51723.01953125,
                                            }, -- end of [661]
                                            [331] = 
                                            {
                                                ["y"] = 329898.78125,
                                                ["x"] = -59550.05859375,
                                            }, -- end of [331]
                                            [662] = 
                                            {
                                                ["y"] = 311202.625,
                                                ["x"] = -51726.62890625,
                                            }, -- end of [662]
                                            [83] = 
                                            {
                                                ["y"] = 341227.03125,
                                                ["x"] = -69987.0546875,
                                            }, -- end of [83]
                                            [166] = 
                                            {
                                                ["y"] = 338253.75,
                                                ["x"] = -65037.44140625,
                                            }, -- end of [166]
                                            [332] = 
                                            {
                                                ["y"] = 329888.5,
                                                ["x"] = -59559.44921875,
                                            }, -- end of [332]
                                            [664] = 
                                            {
                                                ["y"] = 311171.625,
                                                ["x"] = -51729.0546875,
                                            }, -- end of [664]
                                            [665] = 
                                            {
                                                ["y"] = 311156.09375,
                                                ["x"] = -51727.84765625,
                                            }, -- end of [665]
                                            [333] = 
                                            {
                                                ["y"] = 329879.59375,
                                                ["x"] = -59570.18359375,
                                            }, -- end of [333]
                                            [666] = 
                                            {
                                                ["y"] = 311140.78125,
                                                ["x"] = -51725.0390625,
                                            }, -- end of [666]
                                            [167] = 
                                            {
                                                ["y"] = 338218.28125,
                                                ["x"] = -64987.515625,
                                            }, -- end of [167]
                                            [334] = 
                                            {
                                                ["y"] = 329872.28125,
                                                ["x"] = -59582.046875,
                                            }, -- end of [334]
                                            [668] = 
                                            {
                                                ["y"] = 311013.25,
                                                ["x"] = -51681.19921875,
                                            }, -- end of [668]
                                            [669] = 
                                            {
                                                ["y"] = 311000.84375,
                                                ["x"] = -51678.17578125,
                                            }, -- end of [669]
                                            [21] = 
                                            {
                                                ["y"] = 344502.21875,
                                                ["x"] = -69714.5078125,
                                            }, -- end of [21]
                                            [42] = 
                                            {
                                                ["y"] = 342426.03125,
                                                ["x"] = -69850.765625,
                                            }, -- end of [42]
                                            [84] = 
                                            {
                                                ["y"] = 341218.4375,
                                                ["x"] = -69984.2109375,
                                            }, -- end of [84]
                                            [168] = 
                                            {
                                                ["y"] = 338181.3125,
                                                ["x"] = -64938.703125,
                                            }, -- end of [168]
                                            [336] = 
                                            {
                                                ["y"] = 329829.65625,
                                                ["x"] = -59661.48828125,
                                            }, -- end of [336]
                                            [672] = 
                                            {
                                                ["y"] = 310962.8125,
                                                ["x"] = -51678.76953125,
                                            }, -- end of [672]
                                            [673] = 
                                            {
                                                ["y"] = 310950.53125,
                                                ["x"] = -51682.18359375,
                                            }, -- end of [673]
                                            [337] = 
                                            {
                                                ["y"] = 329821.4375,
                                                ["x"] = -59671.66796875,
                                            }, -- end of [337]
                                            [674] = 
                                            {
                                                ["y"] = 310938.78125,
                                                ["x"] = -51687.12890625,
                                            }, -- end of [674]
                                            [169] = 
                                            {
                                                ["y"] = 338142.84375,
                                                ["x"] = -64891.04296875,
                                            }, -- end of [169]
                                            [338] = 
                                            {
                                                ["y"] = 329811.96875,
                                                ["x"] = -59680.69140625,
                                            }, -- end of [338]
                                            [676] = 
                                            {
                                                ["y"] = 310917.625,
                                                ["x"] = -51701.28125,
                                            }, -- end of [676]
                                            [677] = 
                                            {
                                                ["y"] = 310917.625,
                                                ["x"] = -51701.28125,
                                            }, -- end of [677]
                                            [339] = 
                                            {
                                                ["y"] = 329801.375,
                                                ["x"] = -59688.3984375,
                                            }, -- end of [339]
                                            [678] = 
                                            {
                                                ["y"] = 310462.875,
                                                ["x"] = -52098.06640625,
                                            }, -- end of [678]
                                            [85] = 
                                            {
                                                ["y"] = 341210.46875,
                                                ["x"] = -69979.859375,
                                            }, -- end of [85]
                                            [170] = 
                                            {
                                                ["y"] = 338102.9375,
                                                ["x"] = -64844.5859375,
                                            }, -- end of [170]
                                            [340] = 
                                            {
                                                ["y"] = 329789.90625,
                                                ["x"] = -59694.66015625,
                                            }, -- end of [340]
                                            [680] = 
                                            {
                                                ["y"] = 310391.71875,
                                                ["x"] = -52163.21484375,
                                            }, -- end of [680]
                                            [681] = 
                                            {
                                                ["y"] = 310357.34375,
                                                ["x"] = -52197.07421875,
                                            }, -- end of [681]
                                            [341] = 
                                            {
                                                ["y"] = 329777.6875,
                                                ["x"] = -59699.3671875,
                                            }, -- end of [341]
                                            [682] = 
                                            {
                                                ["y"] = 309987.5625,
                                                ["x"] = -52569.90234375,
                                            }, -- end of [682]
                                            [171] = 
                                            {
                                                ["y"] = 337022.1875,
                                                ["x"] = -63624.0625,
                                            }, -- end of [171]
                                            [342] = 
                                            {
                                                ["y"] = 329764.96875,
                                                ["x"] = -59702.4375,
                                            }, -- end of [342]
                                            [684] = 
                                            {
                                                ["y"] = 309941.15625,
                                                ["x"] = -52611.2109375,
                                            }, -- end of [684]
                                            [685] = 
                                            {
                                                ["y"] = 309916.125,
                                                ["x"] = -52629.62109375,
                                            }, -- end of [685]
                                            [343] = 
                                            {
                                                ["y"] = 329751.9375,
                                                ["x"] = -59703.82421875,
                                            }, -- end of [343]
                                            [43] = 
                                            {
                                                ["y"] = 342390.6875,
                                                ["x"] = -69855.0234375,
                                            }, -- end of [43]
                                            [86] = 
                                            {
                                                ["y"] = 341203.4375,
                                                ["x"] = -69974.1484375,
                                            }, -- end of [86]
                                            [172] = 
                                            {
                                                ["y"] = 336981.4375,
                                                ["x"] = -63579.40625,
                                            }, -- end of [172]
                                            [344] = 
                                            {
                                                ["y"] = 329738.84375,
                                                ["x"] = -59703.5,
                                            }, -- end of [344]
                                            [688] = 
                                            {
                                                ["y"] = 309834.84375,
                                                ["x"] = -52675.0625,
                                            }, -- end of [688]
                                            [689] = 
                                            {
                                                ["y"] = 309806.03125,
                                                ["x"] = -52686.74609375,
                                            }, -- end of [689]
                                            [345] = 
                                            {
                                                ["y"] = 329725.9375,
                                                ["x"] = -59701.47265625,
                                            }, -- end of [345]
                                            [690] = 
                                            {
                                                ["y"] = 309776.5625,
                                                ["x"] = -52696.6171875,
                                            }, -- end of [690]
                                            [173] = 
                                            {
                                                ["y"] = 336939.34375,
                                                ["x"] = -63536.00390625,
                                            }, -- end of [173]
                                            [346] = 
                                            {
                                                ["y"] = 329356.0625,
                                                ["x"] = -59618.0546875,
                                            }, -- end of [346]
                                            [692] = 
                                            {
                                                ["y"] = 309716.09375,
                                                ["x"] = -52710.78125,
                                            }, -- end of [692]
                                            [693] = 
                                            {
                                                ["y"] = 309685.28125,
                                                ["x"] = -52715.015625,
                                            }, -- end of [693]
                                            [347] = 
                                            {
                                                ["y"] = 329342.59375,
                                                ["x"] = -59615.97265625,
                                            }, -- end of [347]
                                            [694] = 
                                            {
                                                ["y"] = 309654.3125,
                                                ["x"] = -52717.33203125,
                                            }, -- end of [694]
                                            [87] = 
                                            {
                                                ["y"] = 341197.5625,
                                                ["x"] = -69967.25,
                                            }, -- end of [87]
                                            [174] = 
                                            {
                                                ["y"] = 336895.96875,
                                                ["x"] = -63493.89453125,
                                            }, -- end of [174]
                                            [348] = 
                                            {
                                                ["y"] = 329329,
                                                ["x"] = -59615.734375,
                                            }, -- end of [348]
                                            [696] = 
                                            {
                                                ["y"] = 309592.1875,
                                                ["x"] = -52716.171875,
                                            }, -- end of [696]
                                            [697] = 
                                            {
                                                ["y"] = 309561.28125,
                                                ["x"] = -52712.69921875,
                                            }, -- end of [697]
                                            [349] = 
                                            {
                                                ["y"] = 329315.5,
                                                ["x"] = -59617.34765625,
                                            }, -- end of [349]
                                            [698] = 
                                            {
                                                ["y"] = 309530.6875,
                                                ["x"] = -52707.31640625,
                                            }, -- end of [698]
                                            [175] = 
                                            {
                                                ["y"] = 336851.34375,
                                                ["x"] = -63453.1171875,
                                            }, -- end of [175]
                                            [350] = 
                                            {
                                                ["y"] = 329302.3125,
                                                ["x"] = -59620.77734375,
                                            }, -- end of [350]
                                            [700] = 
                                            {
                                                ["y"] = 309470.78125,
                                                ["x"] = -52690.90234375,
                                            }, -- end of [700]
                                            [11] = 
                                            {
                                                ["y"] = 347461.53125,
                                                ["x"] = -69472.4453125,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                ["y"] = 344480.75,
                                                ["x"] = -69735.328125,
                                            }, -- end of [22]
                                            [44] = 
                                            {
                                                ["y"] = 342355.625,
                                                ["x"] = -69861.2109375,
                                            }, -- end of [44]
                                            [88] = 
                                            {
                                                ["y"] = 341193,
                                                ["x"] = -69959.40625,
                                            }, -- end of [88]
                                            [176] = 
                                            {
                                                ["y"] = 336805.5,
                                                ["x"] = -63413.70703125,
                                            }, -- end of [176]
                                            [352] = 
                                            {
                                                ["y"] = 329277.96875,
                                                ["x"] = -59632.8125,
                                            }, -- end of [352]
                                            [704] = 
                                            {
                                                ["y"] = 309108.28125,
                                                ["x"] = -52539.6484375,
                                            }, -- end of [704]
                                            [705] = 
                                            {
                                                ["y"] = 309040.46875,
                                                ["x"] = -52492.2421875,
                                            }, -- end of [705]
                                            [353] = 
                                            {
                                                ["y"] = 329267.25,
                                                ["x"] = -59641.19140625,
                                            }, -- end of [353]
                                            [706] = 
                                            {
                                                ["y"] = 309036.21875,
                                                ["x"] = -52490.0703125,
                                            }, -- end of [706]
                                            [177] = 
                                            {
                                                ["y"] = 336758.46875,
                                                ["x"] = -63375.69921875,
                                            }, -- end of [177]
                                            [354] = 
                                            {
                                                ["y"] = 329257.78125,
                                                ["x"] = -59650.94921875,
                                            }, -- end of [354]
                                            [708] = 
                                            {
                                                ["y"] = 309026.78125,
                                                ["x"] = -52489.4765625,
                                            }, -- end of [708]
                                            [709] = 
                                            {
                                                ["y"] = 308992.5,
                                                ["x"] = -52496.7890625,
                                            }, -- end of [709]
                                            [355] = 
                                            {
                                                ["y"] = 329249.71875,
                                                ["x"] = -59661.90234375,
                                            }, -- end of [355]
                                            [710] = 
                                            {
                                                ["y"] = 308988.5625,
                                                ["x"] = -52497.1640625,
                                            }, -- end of [710]
                                            [89] = 
                                            {
                                                ["y"] = 341189.9375,
                                                ["x"] = -69950.875,
                                            }, -- end of [89]
                                            [178] = 
                                            {
                                                ["y"] = 336710.3125,
                                                ["x"] = -63339.12890625,
                                            }, -- end of [178]
                                            [356] = 
                                            {
                                                ["y"] = 329043.71875,
                                                ["x"] = -59985.05078125,
                                            }, -- end of [356]
                                            [712] = 
                                            {
                                                ["y"] = 308980.90625,
                                                ["x"] = -52495.25390625,
                                            }, -- end of [712]
                                            [713] = 
                                            {
                                                ["y"] = 308460.65625,
                                                ["x"] = -52228.55078125,
                                            }, -- end of [713]
                                            [357] = 
                                            {
                                                ["y"] = 329011.03125,
                                                ["x"] = -60034.73828125,
                                            }, -- end of [357]
                                            [714] = 
                                            {
                                                ["y"] = 308290.375,
                                                ["x"] = -52142.359375,
                                            }, -- end of [714]
                                            [179] = 
                                            {
                                                ["y"] = 336661.09375,
                                                ["x"] = -63304.03515625,
                                            }, -- end of [179]
                                            [358] = 
                                            {
                                                ["y"] = 328976.84375,
                                                ["x"] = -60083.42578125,
                                            }, -- end of [358]
                                            [716] = 
                                            {
                                                ["y"] = 308281.4375,
                                                ["x"] = -52140.50390625,
                                            }, -- end of [716]
                                            [717] = 
                                            {
                                                ["y"] = 308246.46875,
                                                ["x"] = -52142.63671875,
                                            }, -- end of [717]
                                            [359] = 
                                            {
                                                ["y"] = 328941.25,
                                                ["x"] = -60131.07421875,
                                            }, -- end of [359]
                                            [45] = 
                                            {
                                                ["y"] = 342320.9375,
                                                ["x"] = -69869.3125,
                                            }, -- end of [45]
                                            [90] = 
                                            {
                                                ["y"] = 341188.5,
                                                ["x"] = -69941.921875,
                                            }, -- end of [90]
                                            [180] = 
                                            {
                                                ["y"] = 336610.8125,
                                                ["x"] = -63270.44140625,
                                            }, -- end of [180]
                                            [360] = 
                                            {
                                                ["y"] = 328904.21875,
                                                ["x"] = -60177.63671875,
                                            }, -- end of [360]
                                            [720] = 
                                            {
                                                ["y"] = 307972.25,
                                                ["x"] = -51996.9453125,
                                            }, -- end of [720]
                                            [721] = 
                                            {
                                                ["y"] = 307922.8125,
                                                ["x"] = -51969.21484375,
                                            }, -- end of [721]
                                            [361] = 
                                            {
                                                ["y"] = 328865.84375,
                                                ["x"] = -60223.078125,
                                            }, -- end of [361]
                                            [722] = 
                                            {
                                                ["y"] = 307874.21875,
                                                ["x"] = -51940.10546875,
                                            }, -- end of [722]
                                            [181] = 
                                            {
                                                ["y"] = 336559.5625,
                                                ["x"] = -63238.38671875,
                                            }, -- end of [181]
                                            [362] = 
                                            {
                                                ["y"] = 328826.09375,
                                                ["x"] = -60267.34765625,
                                            }, -- end of [362]
                                            [724] = 
                                            {
                                                ["y"] = 307779.53125,
                                                ["x"] = -51877.828125,
                                            }, -- end of [724]
                                            [725] = 
                                            {
                                                ["y"] = 307733.5625,
                                                ["x"] = -51844.71484375,
                                            }, -- end of [725]
                                            [363] = 
                                            {
                                                ["y"] = 328110.25,
                                                ["x"] = -61036.51171875,
                                            }, -- end of [363]
                                            [726] = 
                                            {
                                                ["y"] = 307545.625,
                                                ["x"] = -51704.60546875,
                                            }, -- end of [726]
                                            [91] = 
                                            {
                                                ["y"] = 341188.65625,
                                                ["x"] = -69932.859375,
                                            }, -- end of [91]
                                            [182] = 
                                            {
                                                ["y"] = 336507.34375,
                                                ["x"] = -63207.89453125,
                                            }, -- end of [182]
                                            [364] = 
                                            {
                                                ["y"] = 328083.96875,
                                                ["x"] = -61065.88671875,
                                            }, -- end of [364]
                                            [728] = 
                                            {
                                                ["y"] = 307514.5,
                                                ["x"] = -51685.5546875,
                                            }, -- end of [728]
                                            [729] = 
                                            {
                                                ["y"] = 307497.75,
                                                ["x"] = -51678.23828125,
                                            }, -- end of [729]
                                            [365] = 
                                            {
                                                ["y"] = 328058.875,
                                                ["x"] = -61096.265625,
                                            }, -- end of [365]
                                            [730] = 
                                            {
                                                ["y"] = 307480.40625,
                                                ["x"] = -51672.48046875,
                                            }, -- end of [730]
                                            [183] = 
                                            {
                                                ["y"] = 336454.25,
                                                ["x"] = -63178.9921875,
                                            }, -- end of [183]
                                            [366] = 
                                            {
                                                ["y"] = 327861.78125,
                                                ["x"] = -61344.58984375,
                                            }, -- end of [366]
                                            [732] = 
                                            {
                                                ["y"] = 307444.53125,
                                                ["x"] = -51665.8125,
                                            }, -- end of [732]
                                            [733] = 
                                            {
                                                ["y"] = 307426.28125,
                                                ["x"] = -51664.9609375,
                                            }, -- end of [733]
                                            [23] = 
                                            {
                                                ["y"] = 344457.9375,
                                                ["x"] = -69754.671875,
                                            }, -- end of [23]
                                            [46] = 
                                            {
                                                ["y"] = 342286.75,
                                                ["x"] = -69879.296875,
                                            }, -- end of [46]
                                            [92] = 
                                            {
                                                ["y"] = 341264.5625,
                                                ["x"] = -69269.7109375,
                                            }, -- end of [92]
                                            [184] = 
                                            {
                                                ["y"] = 336400.3125,
                                                ["x"] = -63151.7109375,
                                            }, -- end of [184]
                                            [368] = 
                                            {
                                                ["y"] = 327836.46875,
                                                ["x"] = -61371.08203125,
                                            }, -- end of [368]
                                            [736] = 
                                            {
                                                ["y"] = 307372.125,
                                                ["x"] = -51672.375,
                                            }, -- end of [736]
                                            [737] = 
                                            {
                                                ["y"] = 307255.6875,
                                                ["x"] = -51704.97265625,
                                            }, -- end of [737]
                                            [369] = 
                                            {
                                                ["y"] = 327822.125,
                                                ["x"] = -61382.48046875,
                                            }, -- end of [369]
                                            [738] = 
                                            {
                                                ["y"] = 307250.78125,
                                                ["x"] = -51705.61328125,
                                            }, -- end of [738]
                                            [185] = 
                                            {
                                                ["y"] = 336345.53125,
                                                ["x"] = -63126.07421875,
                                            }, -- end of [185]
                                            [370] = 
                                            {
                                                ["y"] = 327806.78125,
                                                ["x"] = -61392.51171875,
                                            }, -- end of [370]
                                            [740] = 
                                            {
                                                ["y"] = 307241.40625,
                                                ["x"] = -51702.75,
                                            }, -- end of [740]
                                            [741] = 
                                            {
                                                ["y"] = 307237.6875,
                                                ["x"] = -51699.4765625,
                                            }, -- end of [741]
                                            [371] = 
                                            {
                                                ["y"] = 327790.5625,
                                                ["x"] = -61401.09765625,
                                            }, -- end of [371]
                                            [742] = 
                                            {
                                                ["y"] = 307232.84375,
                                                ["x"] = -51693.85546875,
                                            }, -- end of [742]
                                            [93] = 
                                            {
                                                ["y"] = 341266.3125,
                                                ["x"] = -69247.0625,
                                            }, -- end of [93]
                                            [186] = 
                                            {
                                                ["y"] = 335470.375,
                                                ["x"] = -62732.25390625,
                                            }, -- end of [186]
                                            [372] = 
                                            {
                                                ["y"] = 327773.625,
                                                ["x"] = -61408.1640625,
                                            }, -- end of [372]
                                            [744] = 
                                            {
                                                ["y"] = 307226,
                                                ["x"] = -51690.31640625,
                                            }, -- end of [744]
                                            [745] = 
                                            {
                                                ["y"] = 307222.09375,
                                                ["x"] = -51690.76171875,
                                            }, -- end of [745]
                                            [373] = 
                                            {
                                                ["y"] = 327756.15625,
                                                ["x"] = -61413.6484375,
                                            }, -- end of [373]
                                            [746] = 
                                            {
                                                ["y"] = 307218.65625,
                                                ["x"] = -51692.6640625,
                                            }, -- end of [746]
                                            [187] = 
                                            {
                                                ["y"] = 335418.09375,
                                                ["x"] = -62707.640625,
                                            }, -- end of [187]
                                            [374] = 
                                            {
                                                ["y"] = 327738.21875,
                                                ["x"] = -61417.5078125,
                                            }, -- end of [374]
                                            [748] = 
                                            {
                                                ["y"] = 307209.28125,
                                                ["x"] = -51699.953125,
                                            }, -- end of [748]
                                            [749] = 
                                            {
                                                ["y"] = 307205.0625,
                                                ["x"] = -51701.3671875,
                                            }, -- end of [749]
                                            [375] = 
                                            {
                                                ["y"] = 327720,
                                                ["x"] = -61419.7109375,
                                            }, -- end of [375]
                                            [47] = 
                                            {
                                                ["y"] = 342253.15625,
                                                ["x"] = -69891.140625,
                                            }, -- end of [47]
                                            [94] = 
                                            {
                                                ["y"] = 341266.375,
                                                ["x"] = -69224.3359375,
                                            }, -- end of [94]
                                            [188] = 
                                            {
                                                ["y"] = 335366.65625,
                                                ["x"] = -62681.26171875,
                                            }, -- end of [188]
                                            [376] = 
                                            {
                                                ["y"] = 327701.6875,
                                                ["x"] = -61420.234375,
                                            }, -- end of [376]
                                            [752] = 
                                            {
                                                ["y"] = 307085.09375,
                                                ["x"] = -51706.17578125,
                                            }, -- end of [752]
                                            [753] = 
                                            {
                                                ["y"] = 307031.1875,
                                                ["x"] = -51716.1640625,
                                            }, -- end of [753]
                                            [377] = 
                                            {
                                                ["y"] = 327683.375,
                                                ["x"] = -61419.078125,
                                            }, -- end of [377]
                                            [754] = 
                                            {
                                                ["y"] = 306977.625,
                                                ["x"] = -51727.88671875,
                                            }, -- end of [754]
                                            [189] = 
                                            {
                                                ["y"] = 335316.15625,
                                                ["x"] = -62653.15234375,
                                            }, -- end of [189]
                                            [378] = 
                                            {
                                                ["y"] = 327665.25,
                                                ["x"] = -61416.25,
                                            }, -- end of [378]
                                            [756] = 
                                            {
                                                ["y"] = 306835.40625,
                                                ["x"] = -51766.015625,
                                            }, -- end of [756]
                                            [757] = 
                                            {
                                                ["y"] = 306796.375,
                                                ["x"] = -51775.91796875,
                                            }, -- end of [757]
                                            [379] = 
                                            {
                                                ["y"] = 327486.96875,
                                                ["x"] = -61379.26171875,
                                            }, -- end of [379]
                                            [758] = 
                                            {
                                                ["y"] = 306756.9375,
                                                ["x"] = -51784.06640625,
                                            }, -- end of [758]
                                            [95] = 
                                            {
                                                ["y"] = 341264.71875,
                                                ["x"] = -69201.6796875,
                                            }, -- end of [95]
                                            [190] = 
                                            {
                                                ["y"] = 335266.625,
                                                ["x"] = -62623.33984375,
                                            }, -- end of [190]
                                            [380] = 
                                            {
                                                ["y"] = 327095.34375,
                                                ["x"] = -61266.05078125,
                                            }, -- end of [380]
                                            [760] = 
                                            {
                                                ["y"] = 306677.1875,
                                                ["x"] = -51795.0390625,
                                            }, -- end of [760]
                                            [761] = 
                                            {
                                                ["y"] = 306637,
                                                ["x"] = -51797.8359375,
                                            }, -- end of [761]
                                            [381] = 
                                            {
                                                ["y"] = 326849.34375,
                                                ["x"] = -61194.8125,
                                            }, -- end of [381]
                                            [762] = 
                                            {
                                                ["y"] = 306596.75,
                                                ["x"] = -51798.8359375,
                                            }, -- end of [762]
                                            [191] = 
                                            {
                                                ["y"] = 335218.15625,
                                                ["x"] = -62591.86328125,
                                            }, -- end of [191]
                                            [382] = 
                                            {
                                                ["y"] = 326807.53125,
                                                ["x"] = -61183.59375,
                                            }, -- end of [382]
                                            [3] = 
                                            {
                                                ["y"] = 349919.46875,
                                                ["x"] = -69572.5625,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 349745.90625,
                                                ["x"] = -69548.9140625,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 345474.09375,
                                                ["x"] = -69508.4375,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                ["y"] = 344433.90625,
                                                ["x"] = -69772.4609375,
                                            }, -- end of [24]
                                            [48] = 
                                            {
                                                ["y"] = 342220.28125,
                                                ["x"] = -69904.8046875,
                                            }, -- end of [48]
                                            [96] = 
                                            {
                                                ["y"] = 341261.3125,
                                                ["x"] = -69179.2109375,
                                            }, -- end of [96]
                                            [192] = 
                                            {
                                                ["y"] = 335170.78125,
                                                ["x"] = -62558.7578125,
                                            }, -- end of [192]
                                            [384] = 
                                            {
                                                ["y"] = 326722.78125,
                                                ["x"] = -61166.12890625,
                                            }, -- end of [384]
                                            [768] = 
                                            {
                                                ["y"] = 306357.9375,
                                                ["x"] = -51767.171875,
                                            }, -- end of [768]
                                            [769] = 
                                            {
                                                ["y"] = 306319.3125,
                                                ["x"] = -51755.71875,
                                            }, -- end of [769]
                                            [385] = 
                                            {
                                                ["y"] = 326679.96875,
                                                ["x"] = -61159.91015625,
                                            }, -- end of [385]
                                            [770] = 
                                            {
                                                ["y"] = 306281.28125,
                                                ["x"] = -51742.55078125,
                                            }, -- end of [770]
                                            [193] = 
                                            {
                                                ["y"] = 335124.5625,
                                                ["x"] = -62524.05859375,
                                            }, -- end of [193]
                                            [386] = 
                                            {
                                                ["y"] = 326636.9375,
                                                ["x"] = -61155.3828125,
                                            }, -- end of [386]
                                            [772] = 
                                            {
                                                ["y"] = 306207.125,
                                                ["x"] = -51711.17578125,
                                            }, -- end of [772]
                                            [773] = 
                                            {
                                                ["y"] = 305117.0625,
                                                ["x"] = -51190.6953125,
                                            }, -- end of [773]
                                            [387] = 
                                            {
                                                ["y"] = 326593.75,
                                                ["x"] = -61152.55078125,
                                            }, -- end of [387]
                                            [774] = 
                                            {
                                                ["y"] = 303993.46875,
                                                ["x"] = -50624.453125,
                                            }, -- end of [774]
                                            [97] = 
                                            {
                                                ["y"] = 341256.25,
                                                ["x"] = -69157.0625,
                                            }, -- end of [97]
                                            [194] = 
                                            {
                                                ["y"] = 335079.53125,
                                                ["x"] = -62487.80859375,
                                            }, -- end of [194]
                                            [388] = 
                                            {
                                                ["y"] = 326550.46875,
                                                ["x"] = -61151.421875,
                                            }, -- end of [388]
                                            [776] = 
                                            {
                                                ["y"] = 303922.90625,
                                                ["x"] = -50585.16796875,
                                            }, -- end of [776]
                                            [777] = 
                                            {
                                                ["y"] = 303887.6875,
                                                ["x"] = -50561.56640625,
                                            }, -- end of [777]
                                            [389] = 
                                            {
                                                ["y"] = 326507.21875,
                                                ["x"] = -61151.9921875,
                                            }, -- end of [389]
                                            [778] = 
                                            {
                                                ["y"] = 303854.25,
                                                ["x"] = -50538.15234375,
                                            }, -- end of [778]
                                            [195] = 
                                            {
                                                ["y"] = 335035.78125,
                                                ["x"] = -62450.05078125,
                                            }, -- end of [195]
                                            [390] = 
                                            {
                                                ["y"] = 326464,
                                                ["x"] = -61154.26953125,
                                            }, -- end of [390]
                                            [780] = 
                                            {
                                                ["y"] = 303790.4375,
                                                ["x"] = -50487.33203125,
                                            }, -- end of [780]
                                            [781] = 
                                            {
                                                ["y"] = 303760.15625,
                                                ["x"] = -50460.015625,
                                            }, -- end of [781]
                                            [391] = 
                                            {
                                                ["y"] = 326420.90625,
                                                ["x"] = -61158.2421875,
                                            }, -- end of [391]
                                            [49] = 
                                            {
                                                ["y"] = 342188.1875,
                                                ["x"] = -69920.25,
                                            }, -- end of [49]
                                            [98] = 
                                            {
                                                ["y"] = 341249.53125,
                                                ["x"] = -69135.3671875,
                                            }, -- end of [98]
                                            [196] = 
                                            {
                                                ["y"] = 334993.3125,
                                                ["x"] = -62410.828125,
                                            }, -- end of [196]
                                            [392] = 
                                            {
                                                ["y"] = 326347.6875,
                                                ["x"] = -61168.94921875,
                                            }, -- end of [392]
                                            [784] = 
                                            {
                                                ["y"] = 303676.25,
                                                ["x"] = -50370.97265625,
                                            }, -- end of [784]
                                            [785] = 
                                            {
                                                ["y"] = 303650.8125,
                                                ["x"] = -50339.09375,
                                            }, -- end of [785]
                                            [393] = 
                                            {
                                                ["y"] = 326119.28125,
                                                ["x"] = -61210.2578125,
                                            }, -- end of [393]
                                            [786] = 
                                            {
                                                ["y"] = 303050.875,
                                                ["x"] = -49555.3828125,
                                            }, -- end of [786]
                                            [197] = 
                                            {
                                                ["y"] = 334952.21875,
                                                ["x"] = -62370.18359375,
                                            }, -- end of [197]
                                            [394] = 
                                            {
                                                ["y"] = 326089.03125,
                                                ["x"] = -61214.9375,
                                            }, -- end of [394]
                                            [788] = 
                                            {
                                                ["y"] = 302976.5625,
                                                ["x"] = -49464.00390625,
                                            }, -- end of [788]
                                            [789] = 
                                            {
                                                ["y"] = 302937.40625,
                                                ["x"] = -49419.99609375,
                                            }, -- end of [789]
                                            [395] = 
                                            {
                                                ["y"] = 326058.53125,
                                                ["x"] = -61218.06640625,
                                            }, -- end of [395]
                                            [790] = 
                                            {
                                                ["y"] = 302896.96875,
                                                ["x"] = -49377.15625,
                                            }, -- end of [790]
                                            [99] = 
                                            {
                                                ["y"] = 341241.15625,
                                                ["x"] = -69114.234375,
                                            }, -- end of [99]
                                            [198] = 
                                            {
                                                ["y"] = 334912.53125,
                                                ["x"] = -62328.1640625,
                                            }, -- end of [198]
                                            [396] = 
                                            {
                                                ["y"] = 326027.96875,
                                                ["x"] = -61219.63671875,
                                            }, -- end of [396]
                                            [792] = 
                                            {
                                                ["y"] = 302812.40625,
                                                ["x"] = -49295.14453125,
                                            }, -- end of [792]
                                            [793] = 
                                            {
                                                ["y"] = 302768.375,
                                                ["x"] = -49256.0390625,
                                            }, -- end of [793]
                                            [397] = 
                                            {
                                                ["y"] = 325997.3125,
                                                ["x"] = -61219.64453125,
                                            }, -- end of [397]
                                            [794] = 
                                            {
                                                ["y"] = 302723.1875,
                                                ["x"] = -49218.24609375,
                                            }, -- end of [794]
                                            [199] = 
                                            {
                                                ["y"] = 334874.3125,
                                                ["x"] = -62284.8203125,
                                            }, -- end of [199]
                                            [398] = 
                                            {
                                                ["y"] = 325966.71875,
                                                ["x"] = -61218.08984375,
                                            }, -- end of [398]
                                            [796] = 
                                            {
                                                ["y"] = 301481.03125,
                                                ["x"] = -48268.2109375,
                                            }, -- end of [796]
                                            [797] = 
                                            {
                                                ["y"] = 301447.78125,
                                                ["x"] = -48242.21484375,
                                            }, -- end of [797]
                                            [25] = 
                                            {
                                                ["y"] = 344408.75,
                                                ["x"] = -69788.609375,
                                            }, -- end of [25]
                                            [50] = 
                                            {
                                                ["y"] = 342157,
                                                ["x"] = -69937.4375,
                                            }, -- end of [50]
                                            [100] = 
                                            {
                                                ["y"] = 341231.25,
                                                ["x"] = -69093.8046875,
                                            }, -- end of [100]
                                            [200] = 
                                            {
                                                ["y"] = 334837.5625,
                                                ["x"] = -62240.203125,
                                            }, -- end of [200]
                                            [400] = 
                                            {
                                                ["y"] = 325905.96875,
                                                ["x"] = -61210.30859375,
                                            }, -- end of [400]
                                            [800] = 
                                            {
                                                ["y"] = 300837.75,
                                                ["x"] = -47713.15625,
                                            }, -- end of [800]
                                            [801] = 
                                            {
                                                ["y"] = 300826.0625,
                                                ["x"] = -47701.796875,
                                            }, -- end of [801]
                                            [401] = 
                                            {
                                                ["y"] = 325393.59375,
                                                ["x"] = -61113,
                                            }, -- end of [401]
                                            [802] = 
                                            {
                                                ["y"] = 300815.65625,
                                                ["x"] = -47689.234375,
                                            }, -- end of [802]
                                            [201] = 
                                            {
                                                ["y"] = 334802.34375,
                                                ["x"] = -62194.36328125,
                                            }, -- end of [201]
                                            [402] = 
                                            {
                                                ["y"] = 325364.53125,
                                                ["x"] = -61106.7265625,
                                            }, -- end of [402]
                                            [804] = 
                                            {
                                                ["y"] = 300799.25,
                                                ["x"] = -47661.1015625,
                                            }, -- end of [804]
                                            [805] = 
                                            {
                                                ["y"] = 300793.4375,
                                                ["x"] = -47645.8671875,
                                            }, -- end of [805]
                                            [403] = 
                                            {
                                                ["y"] = 325335.8125,
                                                ["x"] = -61099.0234375,
                                            }, -- end of [403]
                                            [806] = 
                                            {
                                                ["y"] = 300789.28125,
                                                ["x"] = -47630.08984375,
                                            }, -- end of [806]
                                            [101] = 
                                            {
                                                ["y"] = 341219.78125,
                                                ["x"] = -69074.1796875,
                                            }, -- end of [101]
                                            [202] = 
                                            {
                                                ["y"] = 334768.71875,
                                                ["x"] = -62147.3515625,
                                            }, -- end of [202]
                                            [404] = 
                                            {
                                                ["y"] = 325307.53125,
                                                ["x"] = -61089.90625,
                                            }, -- end of [404]
                                            [808] = 
                                            {
                                                ["y"] = 300770.8125,
                                                ["x"] = -47431.9453125,
                                            }, -- end of [808]
                                            [809] = 
                                            {
                                                ["y"] = 300772.28125,
                                                ["x"] = -47424.69921875,
                                            }, -- end of [809]
                                            [405] = 
                                            {
                                                ["y"] = 325279.71875,
                                                ["x"] = -61079.3984375,
                                            }, -- end of [405]
                                            [810] = 
                                            {
                                                ["y"] = 300772.3125,
                                                ["x"] = -47420.7578125,
                                            }, -- end of [810]
                                            [203] = 
                                            {
                                                ["y"] = 334736.71875,
                                                ["x"] = -62099.22265625,
                                            }, -- end of [203]
                                            [406] = 
                                            {
                                                ["y"] = 325252.4375,
                                                ["x"] = -61067.53125,
                                            }, -- end of [406]
                                            [812] = 
                                            {
                                                ["y"] = 300768.03125,
                                                ["x"] = -47414.30859375,
                                            }, -- end of [812]
                                            [813] = 
                                            {
                                                ["y"] = 300764.40625,
                                                ["x"] = -47412.78515625,
                                            }, -- end of [813]
                                            [407] = 
                                            {
                                                ["y"] = 325225.8125,
                                                ["x"] = -61054.32421875,
                                            }, -- end of [407]
                                            [51] = 
                                            {
                                                ["y"] = 342126.8125,
                                                ["x"] = -69956.296875,
                                            }, -- end of [51]
                                            [102] = 
                                            {
                                                ["y"] = 341206.875,
                                                ["x"] = -69055.4765625,
                                            }, -- end of [102]
                                            [204] = 
                                            {
                                                ["y"] = 334706.375,
                                                ["x"] = -62050.03515625,
                                            }, -- end of [204]
                                            [408] = 
                                            {
                                                ["y"] = 325194.75,
                                                ["x"] = -61038.03515625,
                                            }, -- end of [408]
                                            [816] = 
                                            {
                                                ["y"] = 300616.25,
                                                ["x"] = -47378.765625,
                                            }, -- end of [816]
                                            [817] = 
                                            {
                                                ["y"] = 300592.125,
                                                ["x"] = -47369.49609375,
                                            }, -- end of [817]
                                            [409] = 
                                            {
                                                ["y"] = 325190.125,
                                                ["x"] = -61034.51171875,
                                            }, -- end of [409]
                                            [818] = 
                                            {
                                                ["y"] = 300568.65625,
                                                ["x"] = -47358.69140625,
                                            }, -- end of [818]
                                            [205] = 
                                            {
                                                ["y"] = 334677.6875,
                                                ["x"] = -61999.84375,
                                            }, -- end of [205]
                                            [410] = 
                                            {
                                                ["y"] = 325186.9375,
                                                ["x"] = -61029.6640625,
                                            }, -- end of [410]
                                            [820] = 
                                            {
                                                ["y"] = 300524.03125,
                                                ["x"] = -47332.6484375,
                                            }, -- end of [820]
                                            [821] = 
                                            {
                                                ["y"] = 300503.09375,
                                                ["x"] = -47317.51953125,
                                            }, -- end of [821]
                                            [411] = 
                                            {
                                                ["y"] = 324939.09375,
                                                ["x"] = -60469.04296875,
                                            }, -- end of [411]
                                            [822] = 
                                            {
                                                ["y"] = 300483.15625,
                                                ["x"] = -47301.0703125,
                                            }, -- end of [822]
                                            [103] = 
                                            {
                                                ["y"] = 341192.59375,
                                                ["x"] = -69037.8046875,
                                            }, -- end of [103]
                                            [206] = 
                                            {
                                                ["y"] = 334650.75,
                                                ["x"] = -61948.70703125,
                                            }, -- end of [206]
                                            [412] = 
                                            {
                                                ["y"] = 324518.78125,
                                                ["x"] = -59518.3828125,
                                            }, -- end of [412]
                                            [824] = 
                                            {
                                                ["y"] = 300446.6875,
                                                ["x"] = -47264.48828125,
                                            }, -- end of [824]
                                            [825] = 
                                            {
                                                ["y"] = 300430.3125,
                                                ["x"] = -47244.5078125,
                                            }, -- end of [825]
                                            [413] = 
                                            {
                                                ["y"] = 324251.6875,
                                                ["x"] = -58914.21875,
                                            }, -- end of [413]
                                            [826] = 
                                            {
                                                ["y"] = 300039,
                                                ["x"] = -46734.78125,
                                            }, -- end of [826]
                                            [207] = 
                                            {
                                                ["y"] = 334625.5625,
                                                ["x"] = -61896.6875,
                                            }, -- end of [207]
                                            [414] = 
                                            {
                                                ["y"] = 324232.90625,
                                                ["x"] = -58869.4609375,
                                            }, -- end of [414]
                                            [828] = 
                                            {
                                                ["y"] = 299959.59375,
                                                ["x"] = -46634.3515625,
                                            }, -- end of [828]
                                            [13] = 
                                            {
                                                ["y"] = 344767.25,
                                                ["x"] = -69506.4140625,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                ["y"] = 344382.5625,
                                                ["x"] = -69803.046875,
                                            }, -- end of [26]
                                            [52] = 
                                            {
                                                ["y"] = 342097.6875,
                                                ["x"] = -69976.7890625,
                                            }, -- end of [52]
                                            [104] = 
                                            {
                                                ["y"] = 341177.03125,
                                                ["x"] = -69021.265625,
                                            }, -- end of [104]
                                            [208] = 
                                            {
                                                ["y"] = 334602.15625,
                                                ["x"] = -61843.8359375,
                                            }, -- end of [208]
                                            [416] = 
                                            {
                                                ["y"] = 324200.375,
                                                ["x"] = -58778,
                                            }, -- end of [416]
                                            [832] = 
                                            {
                                                ["y"] = 298974.84375,
                                                ["x"] = -45309.0546875,
                                            }, -- end of [832]
                                            [833] = 
                                            {
                                                ["y"] = 298933.40625,
                                                ["x"] = -45261.59375,
                                            }, -- end of [833]
                                            [417] = 
                                            {
                                                ["y"] = 324186.71875,
                                                ["x"] = -58731.421875,
                                            }, -- end of [417]
                                            [834] = 
                                            {
                                                ["y"] = 298890.5,
                                                ["x"] = -45215.45703125,
                                            }, -- end of [834]
                                            [209] = 
                                            {
                                                ["y"] = 334580.5625,
                                                ["x"] = -61790.22265625,
                                            }, -- end of [209]
                                            [418] = 
                                            {
                                                ["y"] = 324174.78125,
                                                ["x"] = -58684.3671875,
                                            }, -- end of [418]
                                            [836] = 
                                            {
                                                ["y"] = 298800.4375,
                                                ["x"] = -45127.359375,
                                            }, -- end of [836]
                                            [837] = 
                                            {
                                                ["y"] = 298753.375,
                                                ["x"] = -45085.48046875,
                                            }, -- end of [837]
                                            [419] = 
                                            {
                                                ["y"] = 324164.625,
                                                ["x"] = -58636.8984375,
                                            }, -- end of [419]
                                            [838] = 
                                            {
                                                ["y"] = 298705,
                                                ["x"] = -45045.109375,
                                            }, -- end of [838]
                                            [105] = 
                                            {
                                                ["y"] = 340961.03125,
                                                ["x"] = -68805.21875,
                                            }, -- end of [105]
                                            [210] = 
                                            {
                                                ["y"] = 334560.8125,
                                                ["x"] = -61735.90625,
                                            }, -- end of [210]
                                            [420] = 
                                            {
                                                ["y"] = 324156.21875,
                                                ["x"] = -58589.0859375,
                                            }, -- end of [420]
                                            [840] = 
                                            {
                                                ["y"] = 296747.65625,
                                                ["x"] = -43552.62890625,
                                            }, -- end of [840]
                                            [841] = 
                                            {
                                                ["y"] = 296729.46875,
                                                ["x"] = -43539.71875,
                                            }, -- end of [841]
                                            [421] = 
                                            {
                                                ["y"] = 324149.65625,
                                                ["x"] = -58540.98828125,
                                            }, -- end of [421]
                                            [842] = 
                                            {
                                                ["y"] = 296710.375,
                                                ["x"] = -43528.1953125,
                                            }, -- end of [842]
                                            [211] = 
                                            {
                                                ["y"] = 334542.90625,
                                                ["x"] = -61680.94921875,
                                            }, -- end of [211]
                                            [422] = 
                                            {
                                                ["y"] = 324144.84375,
                                                ["x"] = -58492.68359375,
                                            }, -- end of [422]
                                            [844] = 
                                            {
                                                ["y"] = 296669.875,
                                                ["x"] = -43509.55859375,
                                            }, -- end of [844]
                                            [839] = 
                                            {
                                                ["y"] = 298655.375,
                                                ["x"] = -45006.28125,
                                            }, -- end of [839]
                                            [845] = 
                                            {
                                                ["y"] = 296648.6875,
                                                ["x"] = -43502.546875,
                                            }, -- end of [845]
                                            [423] = 
                                            {
                                                ["y"] = 324141.875,
                                                ["x"] = -58444.23046875,
                                            }, -- end of [423]
                                            [53] = 
                                            {
                                                ["y"] = 342069.71875,
                                                ["x"] = -69998.8359375,
                                            }, -- end of [53]
                                            [106] = 
                                            {
                                                ["y"] = 340931,
                                                ["x"] = -68782.6171875,
                                            }, -- end of [106]
                                            [212] = 
                                            {
                                                ["y"] = 334526.875,
                                                ["x"] = -61625.4140625,
                                            }, -- end of [212]
                                            [424] = 
                                            {
                                                ["y"] = 324140.6875,
                                                ["x"] = -58395.703125,
                                            }, -- end of [424]
                                            [848] = 
                                            {
                                                ["y"] = 296582.875,
                                                ["x"] = -43491.17578125,
                                            }, -- end of [848]
                                            [846] = 
                                            {
                                                ["y"] = 296627.0625,
                                                ["x"] = -43497.125,
                                            }, -- end of [846]
                                            [849] = 
                                            {
                                                ["y"] = 296560.5625,
                                                ["x"] = -43490.6796875,
                                            }, -- end of [849]
                                            [425] = 
                                            {
                                                ["y"] = 324138.53125,
                                                ["x"] = -58006.484375,
                                            }, -- end of [425]
                                            [850] = 
                                            {
                                                ["y"] = 296538.28125,
                                                ["x"] = -43491.83984375,
                                            }, -- end of [850]
                                            [851] = 
                                            {
                                                ["y"] = 296516.15625,
                                                ["x"] = -43494.65234375,
                                            }, -- end of [851]
                                            [213] = 
                                            {
                                                ["y"] = 334512.75,
                                                ["x"] = -61569.37109375,
                                            }, -- end of [213]
                                            [426] = 
                                            {
                                                ["y"] = 324137.15625,
                                                ["x"] = -57946.98046875,
                                            }, -- end of [426]
                                            [852] = 
                                            {
                                                ["y"] = 296507.3125,
                                                ["x"] = -43496.1171875,
                                            }, -- end of [852]
                                            [214] = 
                                            {
                                                ["y"] = 334500.53125,
                                                ["x"] = -61512.875,
                                            }, -- end of [214]
                                            [853] = 
                                            {
                                                ["y"] = 296482.21875,
                                                ["x"] = -43499.33203125,
                                            }, -- end of [853]
                                            [427] = 
                                            {
                                                ["y"] = 324133.84375,
                                                ["x"] = -57887.5546875,
                                            }, -- end of [427]
                                            [854] = 
                                            {
                                                ["y"] = 296456.96875,
                                                ["x"] = -43500.7265625,
                                            }, -- end of [854]
                                            [107] = 
                                            {
                                                ["y"] = 340834.8125,
                                                ["x"] = -68684.3046875,
                                            }, -- end of [107]
                                            [855] = 
                                            {
                                                ["y"] = 296431.65625,
                                                ["x"] = -43500.296875,
                                            }, -- end of [855]
                                            [428] = 
                                            {
                                                ["y"] = 324128.5625,
                                                ["x"] = -57828.26953125,
                                            }, -- end of [428]
                                            [856] = 
                                            {
                                                ["y"] = 296406.46875,
                                                ["x"] = -43498.0390625,
                                            }, -- end of [856]
                                            [383] = 
                                            {
                                                ["y"] = 326765.34375,
                                                ["x"] = -61174.02734375,
                                            }, -- end of [383]
                                            [857] = 
                                            {
                                                ["y"] = 296381.5,
                                                ["x"] = -43493.96875,
                                            }, -- end of [857]
                                            [429] = 
                                            {
                                                ["y"] = 324121.3125,
                                                ["x"] = -57769.19140625,
                                            }, -- end of [429]
                                            [858] = 
                                            {
                                                ["y"] = 296356.90625,
                                                ["x"] = -43488.10546875,
                                            }, -- end of [858]
                                            [54] = 
                                            {
                                                ["y"] = 341982.4375,
                                                ["x"] = -70071.6484375,
                                            }, -- end of [54]
                                            [215] = 
                                            {
                                                ["y"] = 334490.25,
                                                ["x"] = -61456,
                                            }, -- end of [215]
                                            [430] = 
                                            {
                                                ["y"] = 324112.09375,
                                                ["x"] = -57710.38671875,
                                            }, -- end of [430]
                                            [860] = 
                                            {
                                                ["y"] = 296309.28125,
                                                ["x"] = -43471.1328125,
                                            }, -- end of [860]
                                            [863] = 
                                            {
                                                ["y"] = 296243.65625,
                                                ["x"] = -43433.29296875,
                                            }, -- end of [863]
                                            [861] = 
                                            {
                                                ["y"] = 296286.5,
                                                ["x"] = -43460.11328125,
                                            }, -- end of [861]
                                            [27] = 
                                            {
                                                ["y"] = 344355.46875,
                                                ["x"] = -69815.71875,
                                            }, -- end of [27]
                                            [862] = 
                                            {
                                                ["y"] = 296264.59375,
                                                ["x"] = -43447.4765625,
                                            }, -- end of [862]
                                            [108] = 
                                            {
                                                ["y"] = 340808.09375,
                                                ["x"] = -68656.8671875,
                                            }, -- end of [108]
                                            [216] = 
                                            {
                                                ["y"] = 334481.90625,
                                                ["x"] = -61398.8046875,
                                            }, -- end of [216]
                                            [432] = 
                                            {
                                                ["y"] = 324087.90625,
                                                ["x"] = -57593.84765625,
                                            }, -- end of [432]
                                            [864] = 
                                            {
                                                ["y"] = 296223.78125,
                                                ["x"] = -43417.6328125,
                                            }, -- end of [864]
                                            [415] = 
                                            {
                                                ["y"] = 324215.78125,
                                                ["x"] = -58824.03515625,
                                            }, -- end of [415]
                                            [865] = 
                                            {
                                                ["y"] = 296205.09375,
                                                ["x"] = -43400.578125,
                                            }, -- end of [865]
                                            [433] = 
                                            {
                                                ["y"] = 324072.9375,
                                                ["x"] = -57536.23828125,
                                            }, -- end of [433]
                                            [866] = 
                                            {
                                                ["y"] = 296187.71875,
                                                ["x"] = -43382.22265625,
                                            }, -- end of [866]
                                            [867] = 
                                            {
                                                ["y"] = 296019.25,
                                                ["x"] = -43191.0625,
                                            }, -- end of [867]
                                            [217] = 
                                            {
                                                ["y"] = 334475.5,
                                                ["x"] = -61341.359375,
                                            }, -- end of [217]
                                            [434] = 
                                            {
                                                ["y"] = 324056.09375,
                                                ["x"] = -57479.16015625,
                                            }, -- end of [434]
                                            [868] = 
                                            {
                                                ["y"] = 295989.03125,
                                                ["x"] = -43158.14453125,
                                            }, -- end of [868]
                                            [871] = 
                                            {
                                                ["y"] = 295890.71875,
                                                ["x"] = -43067.12109375,
                                            }, -- end of [871]
                                            [869] = 
                                            {
                                                ["y"] = 295957.5,
                                                ["x"] = -43126.48046875,
                                            }, -- end of [869]
                                            [435] = 
                                            {
                                                ["y"] = 324037.34375,
                                                ["x"] = -57422.6640625,
                                            }, -- end of [435]
                                            [870] = 
                                            {
                                                ["y"] = 295924.71875,
                                                ["x"] = -43096.125,
                                            }, -- end of [870]
                                            [109] = 
                                            {
                                                ["y"] = 340782.59375,
                                                ["x"] = -68628.3125,
                                            }, -- end of [109]
                                            [218] = 
                                            {
                                                ["y"] = 334470.0625,
                                                ["x"] = -61283.62109375,
                                            }, -- end of [218]
                                            [436] = 
                                            {
                                                ["y"] = 323839.96875,
                                                ["x"] = -56859.328125,
                                            }, -- end of [436]
                                            [872] = 
                                            {
                                                ["y"] = 295855.5625,
                                                ["x"] = -43039.52734375,
                                            }, -- end of [872]
                                            [859] = 
                                            {
                                                ["y"] = 296332.78125,
                                                ["x"] = -43480.48046875,
                                            }, -- end of [859]
                                            [873] = 
                                            {
                                                ["y"] = 295819.34375,
                                                ["x"] = -43013.3828125,
                                            }, -- end of [873]
                                            [437] = 
                                            {
                                                ["y"] = 323818,
                                                ["x"] = -56799.72265625,
                                            }, -- end of [437]
                                            [874] = 
                                            {
                                                ["y"] = 295782.0625,
                                                ["x"] = -42988.73046875,
                                            }, -- end of [874]
                                            [219] = 
                                            {
                                                ["y"] = 334433.53125,
                                                ["x"] = -60895.72265625,
                                            }, -- end of [219]
                                            [875] = 
                                            {
                                                ["y"] = 295743.8125,
                                                ["x"] = -42965.6171875,
                                            }, -- end of [875]
                                            [438] = 
                                            {
                                                ["y"] = 323794.1875,
                                                ["x"] = -56740.828125,
                                            }, -- end of [438]
                                            [876] = 
                                            {
                                                ["y"] = 295704.65625,
                                                ["x"] = -42944.0703125,
                                            }, -- end of [876]
                                            [878] = 
                                            {
                                                ["y"] = 295623.90625,
                                                ["x"] = -42905.83984375,
                                            }, -- end of [878]
                                            [877] = 
                                            {
                                                ["y"] = 295664.65625,
                                                ["x"] = -42924.13671875,
                                            }, -- end of [877]
                                            [439] = 
                                            {
                                                ["y"] = 323466.75,
                                                ["x"] = -55967.31640625,
                                            }, -- end of [439]
                                            [55] = 
                                            {
                                                ["y"] = 341955.8125,
                                                ["x"] = -70092.625,
                                            }, -- end of [55]
                                            [110] = 
                                            {
                                                ["y"] = 340758.3125,
                                                ["x"] = -68598.703125,
                                            }, -- end of [110]
                                            [220] = 
                                            {
                                                ["y"] = 334431.3125,
                                                ["x"] = -60880.46484375,
                                            }, -- end of [220]
                                            [440] = 
                                            {
                                                ["y"] = 323445.34375,
                                                ["x"] = -55919.23046875,
                                            }, -- end of [440]
                                            [880] = 
                                            {
                                                ["y"] = 295540.3125,
                                                ["x"] = -42874.29296875,
                                            }, -- end of [880]
                                            [222] = 
                                            {
                                                ["y"] = 334422.21875,
                                                ["x"] = -60851.03125,
                                            }, -- end of [222]
                                            [881] = 
                                            {
                                                ["y"] = 295497.59375,
                                                ["x"] = -42861.08984375,
                                            }, -- end of [881]
                                            [441] = 
                                            {
                                                ["y"] = 323422.09375,
                                                ["x"] = -55871.984375,
                                            }, -- end of [441]
                                            [882] = 
                                            {
                                                ["y"] = 294684,
                                                ["x"] = -42618.6796875,
                                            }, -- end of [882]
                                            [223] = 
                                            {
                                                ["y"] = 334415.4375,
                                                ["x"] = -60837.171875,
                                            }, -- end of [223]
                                            [883] = 
                                            {
                                                ["y"] = 294633.59375,
                                                ["x"] = -42602.9375,
                                            }, -- end of [883]
                                            [442] = 
                                            {
                                                ["y"] = 323397.125,
                                                ["x"] = -55825.64453125,
                                            }, -- end of [442]
                                            [884] = 
                                            {
                                                ["y"] = 294583.59375,
                                                ["x"] = -42585.8671875,
                                            }, -- end of [884]
                                            [893] = 
                                            {
                                                ["y"] = 293981.46875,
                                                ["x"] = -42320.828125,
                                            }, -- end of [893]
                                            [885] = 
                                            {
                                                ["y"] = 294534.09375,
                                                ["x"] = -42567.48046875,
                                            }, -- end of [885]
                                            [443] = 
                                            {
                                                ["y"] = 323370.40625,
                                                ["x"] = -55780.2734375,
                                            }, -- end of [443]
                                            [886] = 
                                            {
                                                ["y"] = 294485.09375,
                                                ["x"] = -42547.79296875,
                                            }, -- end of [886]
                                            [111] = 
                                            {
                                                ["y"] = 340735.3125,
                                                ["x"] = -68568.078125,
                                            }, -- end of [111]
                                            [887] = 
                                            {
                                                ["y"] = 294436.625,
                                                ["x"] = -42526.81640625,
                                            }, -- end of [887]
                                            [444] = 
                                            {
                                                ["y"] = 323342.03125,
                                                ["x"] = -55735.94140625,
                                            }, -- end of [444]
                                            [888] = 
                                            {
                                                ["y"] = 294388.71875,
                                                ["x"] = -42504.5625,
                                            }, -- end of [888]
                                            [447] = 
                                            {
                                                ["y"] = 323247.125,
                                                ["x"] = -55609.78125,
                                            }, -- end of [447]
                                            [889] = 
                                            {
                                                ["y"] = 293994.8125,
                                                ["x"] = -42315.6171875,
                                            }, -- end of [889]
                                            [445] = 
                                            {
                                                ["y"] = 323311.96875,
                                                ["x"] = -55692.7109375,
                                            }, -- end of [445]
                                            [890] = 
                                            {
                                                ["y"] = 293990.9375,
                                                ["x"] = -42314.7734375,
                                            }, -- end of [890]
                                            [895] = 
                                            {
                                                ["y"] = 293976.3125,
                                                ["x"] = -42331.28125,
                                            }, -- end of [895]
                                            [891] = 
                                            {
                                                ["y"] = 293987.0625,
                                                ["x"] = -42315.46484375,
                                            }, -- end of [891]
                                            [446] = 
                                            {
                                                ["y"] = 323280.34375,
                                                ["x"] = -55650.63671875,
                                            }, -- end of [446]
                                            [892] = 
                                            {
                                                ["y"] = 293983.75,
                                                ["x"] = -42317.59375,
                                            }, -- end of [892]
                                            [7] = 
                                            {
                                                ["y"] = 349687.6875,
                                                ["x"] = -69544.4296875,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                ["y"] = 344750.03125,
                                                ["x"] = -69507.34375,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                ["y"] = 344327.59375,
                                                ["x"] = -69826.5546875,
                                            }, -- end of [28]
                                            [56] = 
                                            {
                                                ["y"] = 341928.03125,
                                                ["x"] = -70112.0546875,
                                            }, -- end of [56]
                                            [112] = 
                                            {
                                                ["y"] = 340713.65625,
                                                ["x"] = -68536.5078125,
                                            }, -- end of [112]
                                            [224] = 
                                            {
                                                ["y"] = 334407.28125,
                                                ["x"] = -60824.078125,
                                            }, -- end of [224]
                                            [448] = 
                                            {
                                                ["y"] = 323212.40625,
                                                ["x"] = -55570.203125,
                                            }, -- end of [448]
                                            [896] = 
                                            {
                                                ["y"] = 293973.3125,
                                                ["x"] = -42334.3046875,
                                            }, -- end of [896]
                                            [847] = 
                                            {
                                                ["y"] = 296605.0625,
                                                ["x"] = -43493.328125,
                                            }, -- end of [847]
                                            [897] = 
                                            {
                                                ["y"] = 293969.6875,
                                                ["x"] = -42336.515625,
                                            }, -- end of [897]
                                            [449] = 
                                            {
                                                ["y"] = 323176.21875,
                                                ["x"] = -55531.9609375,
                                            }, -- end of [449]
                                            [898] = 
                                            {
                                                ["y"] = 293967.25,
                                                ["x"] = -42336.79296875,
                                            }, -- end of [898]
                                            [225] = 
                                            {
                                                ["y"] = 334397.84375,
                                                ["x"] = -60811.89453125,
                                            }, -- end of [225]
                                            [899] = 
                                            {
                                                ["y"] = 293965.09375,
                                                ["x"] = -42335.58984375,
                                            }, -- end of [899]
                                            [450] = 
                                            {
                                                ["y"] = 323138.625,
                                                ["x"] = -55495.10546875,
                                            }, -- end of [450]
                                            [900] = 
                                            {
                                                ["y"] = 293964.0625,
                                                ["x"] = -42333.36328125,
                                            }, -- end of [900]
                                            [843] = 
                                            {
                                                ["y"] = 296690.46875,
                                                ["x"] = -43518.12109375,
                                            }, -- end of [843]
                                            [901] = 
                                            {
                                                ["y"] = 293963.8125,
                                                ["x"] = -42331.40625,
                                            }, -- end of [901]
                                            [451] = 
                                            {
                                                ["y"] = 323099.6875,
                                                ["x"] = -55459.6875,
                                            }, -- end of [451]
                                            [835] = 
                                            {
                                                ["y"] = 298846.15625,
                                                ["x"] = -45170.69921875,
                                            }, -- end of [835]
                                            [113] = 
                                            {
                                                ["y"] = 340693.34375,
                                                ["x"] = -68504.046875,
                                            }, -- end of [113]
                                            [226] = 
                                            {
                                                ["y"] = 334387.1875,
                                                ["x"] = -60800.7421875,
                                            }, -- end of [226]
                                            [452] = 
                                            {
                                                ["y"] = 323059.4375,
                                                ["x"] = -55425.76171875,
                                            }, -- end of [452]
                                            [831] = 
                                            {
                                                ["y"] = 299014.78125,
                                                ["x"] = -45357.80078125,
                                            }, -- end of [831]
                                            [823] = 
                                            {
                                                ["y"] = 300464.34375,
                                                ["x"] = -47283.3671875,
                                            }, -- end of [823]
                                            [819] = 
                                            {
                                                ["y"] = 300545.9375,
                                                ["x"] = -47346.390625,
                                            }, -- end of [819]
                                            [453] = 
                                            {
                                                ["y"] = 323017.9375,
                                                ["x"] = -55393.37109375,
                                            }, -- end of [453]
                                            [303] = 
                                            {
                                                ["y"] = 331382.25,
                                                ["x"] = -59894.40625,
                                            }, -- end of [303]
                                            [510] = 
                                            {
                                                ["y"] = 320422.0625,
                                                ["x"] = -53873.87109375,
                                            }, -- end of [510]
                                            [227] = 
                                            {
                                                ["y"] = 334375.4375,
                                                ["x"] = -60790.7421875,
                                            }, -- end of [227]
                                            [454] = 
                                            {
                                                ["y"] = 322975.25,
                                                ["x"] = -55362.5625,
                                            }, -- end of [454]
                                            [511] = 
                                            {
                                                ["y"] = 320374.71875,
                                                ["x"] = -53864.09375,
                                            }, -- end of [511]
                                            [815] = 
                                            {
                                                ["y"] = 300640.90625,
                                                ["x"] = -47386.45703125,
                                            }, -- end of [815]
                                            [814] = 
                                            {
                                                ["y"] = 300666.03125,
                                                ["x"] = -47392.5390625,
                                            }, -- end of [814]
                                            [455] = 
                                            {
                                                ["y"] = 322931.40625,
                                                ["x"] = -55333.3828125,
                                            }, -- end of [455]
                                            [57] = 
                                            {
                                                ["y"] = 341899.1875,
                                                ["x"] = -70129.890625,
                                            }, -- end of [57]
                                            [114] = 
                                            {
                                                ["y"] = 340674.4375,
                                                ["x"] = -68470.7421875,
                                            }, -- end of [114]
                                            [228] = 
                                            {
                                                ["y"] = 334229.8125,
                                                ["x"] = -60679.16015625,
                                            }, -- end of [228]
                                            [456] = 
                                            {
                                                ["y"] = 322811.34375,
                                                ["x"] = -55256.6640625,
                                            }, -- end of [456]
                                            [811] = 
                                            {
                                                ["y"] = 300770.8125,
                                                ["x"] = -47417.109375,
                                            }, -- end of [811]
                                            [519] = 
                                            {
                                                ["y"] = 319989.8125,
                                                ["x"] = -53855.43359375,
                                            }, -- end of [519]
                                            [795] = 
                                            {
                                                ["y"] = 302676.90625,
                                                ["x"] = -49181.80078125,
                                            }, -- end of [795]
                                            [457] = 
                                            {
                                                ["y"] = 322770.84375,
                                                ["x"] = -55229.7890625,
                                            }, -- end of [457]
                                            [799] = 
                                            {
                                                ["y"] = 301382.90625,
                                                ["x"] = -48188.1484375,
                                            }, -- end of [799]
                                            [798] = 
                                            {
                                                ["y"] = 301415.0625,
                                                ["x"] = -48215.5234375,
                                            }, -- end of [798]
                                            [229] = 
                                            {
                                                ["y"] = 334207.03125,
                                                ["x"] = -60662.80859375,
                                            }, -- end of [229]
                                            [458] = 
                                            {
                                                ["y"] = 322731.34375,
                                                ["x"] = -55201.52734375,
                                            }, -- end of [458]
                                            [527] = 
                                            {
                                                ["y"] = 319745.03125,
                                                ["x"] = -53865.4375,
                                            }, -- end of [527]
                                            [791] = 
                                            {
                                                ["y"] = 302855.3125,
                                                ["x"] = -49335.52734375,
                                            }, -- end of [791]
                                            [787] = 
                                            {
                                                ["y"] = 303014.375,
                                                ["x"] = -49509.1484375,
                                            }, -- end of [787]
                                            [459] = 
                                            {
                                                ["y"] = 322692.8125,
                                                ["x"] = -55171.91015625,
                                            }, -- end of [459]
                                            [783] = 
                                            {
                                                ["y"] = 303703,
                                                ["x"] = -50401.78515625,
                                            }, -- end of [783]
                                            [115] = 
                                            {
                                                ["y"] = 340525.40625,
                                                ["x"] = -68181.5703125,
                                            }, -- end of [115]
                                            [230] = 
                                            {
                                                ["y"] = 334183.28125,
                                                ["x"] = -60647.91015625,
                                            }, -- end of [230]
                                            [460] = 
                                            {
                                                ["y"] = 322655.34375,
                                                ["x"] = -55140.97265625,
                                            }, -- end of [460]
                                            [531] = 
                                            {
                                                ["y"] = 319629.6875,
                                                ["x"] = -53828.96484375,
                                            }, -- end of [531]
                                            [767] = 
                                            {
                                                ["y"] = 306397,
                                                ["x"] = -51776.88671875,
                                            }, -- end of [767]
                                            [535] = 
                                            {
                                                ["y"] = 319526.46875,
                                                ["x"] = -53765.8515625,
                                            }, -- end of [535]
                                            [461] = 
                                            {
                                                ["y"] = 322618.9375,
                                                ["x"] = -55108.75390625,
                                            }, -- end of [461]
                                            [771] = 
                                            {
                                                ["y"] = 306243.84375,
                                                ["x"] = -51727.69140625,
                                            }, -- end of [771]
                                            [542] = 
                                            {
                                                ["y"] = 318545.34375,
                                                ["x"] = -53031.63671875,
                                            }, -- end of [542]
                                            [231] = 
                                            {
                                                ["y"] = 334158.65625,
                                                ["x"] = -60634.515625,
                                            }, -- end of [231]
                                            [462] = 
                                            {
                                                ["y"] = 322583.71875,
                                                ["x"] = -55075.2890625,
                                            }, -- end of [462]
                                            [766] = 
                                            {
                                                ["y"] = 306436.46875,
                                                ["x"] = -51784.84375,
                                            }, -- end of [766]
                                            [765] = 
                                            {
                                                ["y"] = 306476.28125,
                                                ["x"] = -51791.03125,
                                            }, -- end of [765]
                                            [764] = 
                                            {
                                                ["y"] = 306516.3125,
                                                ["x"] = -51795.4296875,
                                            }, -- end of [764]
                                            [463] = 
                                            {
                                                ["y"] = 322549.65625,
                                                ["x"] = -55040.625,
                                            }, -- end of [463]
                                            [58] = 
                                            {
                                                ["y"] = 341869.40625,
                                                ["x"] = -70146.0703125,
                                            }, -- end of [58]
                                            [116] = 
                                            {
                                                ["y"] = 340452.9375,
                                                ["x"] = -68041.0234375,
                                            }, -- end of [116]
                                            [232] = 
                                            {
                                                ["y"] = 334133.21875,
                                                ["x"] = -60622.68359375,
                                            }, -- end of [232]
                                            [464] = 
                                            {
                                                ["y"] = 322516.8125,
                                                ["x"] = -55004.80078125,
                                            }, -- end of [464]
                                            [543] = 
                                            {
                                                ["y"] = 318490.5625,
                                                ["x"] = -53003.78515625,
                                            }, -- end of [543]
                                            [547] = 
                                            {
                                                ["y"] = 318263.6875,
                                                ["x"] = -52909.5859375,
                                            }, -- end of [547]
                                            [755] = 
                                            {
                                                ["y"] = 306924.4375,
                                                ["x"] = -51741.328125,
                                            }, -- end of [755]
                                            [465] = 
                                            {
                                                ["y"] = 322485.25,
                                                ["x"] = -54967.85546875,
                                            }, -- end of [465]
                                            [751] = 
                                            {
                                                ["y"] = 307139.3125,
                                                ["x"] = -51697.9296875,
                                            }, -- end of [751]
                                            [555] = 
                                            {
                                                ["y"] = 317307.90625,
                                                ["x"] = -52627.171875,
                                            }, -- end of [555]
                                            [233] = 
                                            {
                                                ["y"] = 334107.125,
                                                ["x"] = -60612.453125,
                                            }, -- end of [233]
                                            [466] = 
                                            {
                                                ["y"] = 322455,
                                                ["x"] = -54929.83984375,
                                            }, -- end of [466]
                                            [747] = 
                                            {
                                                ["y"] = 307213.03125,
                                                ["x"] = -51697.51171875,
                                            }, -- end of [747]
                                            [743] = 
                                            {
                                                ["y"] = 307229.78125,
                                                ["x"] = -51691.40625,
                                            }, -- end of [743]
                                            [739] = 
                                            {
                                                ["y"] = 307245.90625,
                                                ["x"] = -51704.8515625,
                                            }, -- end of [739]
                                            [467] = 
                                            {
                                                ["y"] = 322426.0625,
                                                ["x"] = -54890.79296875,
                                            }, -- end of [467]
                                            [731] = 
                                            {
                                                ["y"] = 307462.625,
                                                ["x"] = -51668.32421875,
                                            }, -- end of [731]
                                            [117] = 
                                            {
                                                ["y"] = 340451.25,
                                                ["x"] = -68038.390625,
                                            }, -- end of [117]
                                            [234] = 
                                            {
                                                ["y"] = 334080.4375,
                                                ["x"] = -60603.87109375,
                                            }, -- end of [234]
                                            [468] = 
                                            {
                                                ["y"] = 322398.5,
                                                ["x"] = -54850.76953125,
                                            }, -- end of [468]
                                            [727] = 
                                            {
                                                ["y"] = 307530.5,
                                                ["x"] = -51694.37109375,
                                            }, -- end of [727]
                                            [723] = 
                                            {
                                                ["y"] = 307826.4375,
                                                ["x"] = -51909.63671875,
                                            }, -- end of [723]
                                            [559] = 
                                            {
                                                ["y"] = 317212.03125,
                                                ["x"] = -52665.33984375,
                                            }, -- end of [559]
                                            [469] = 
                                            {
                                                ["y"] = 322085.46875,
                                                ["x"] = -54378.90234375,
                                            }, -- end of [469]
                                            [31] = 
                                            {
                                                ["y"] = 344240.53125,
                                                ["x"] = -69847.671875,
                                            }, -- end of [31]
                                            [719] = 
                                            {
                                                ["y"] = 308237.03125,
                                                ["x"] = -52140.5390625,
                                            }, -- end of [719]
                                            [235] = 
                                            {
                                                ["y"] = 334053.28125,
                                                ["x"] = -60596.96875,
                                            }, -- end of [235]
                                            [470] = 
                                            {
                                                ["y"] = 322064.59375,
                                                ["x"] = -54348.921875,
                                            }, -- end of [470]
                                            [718] = 
                                            {
                                                ["y"] = 308241.59375,
                                                ["x"] = -52142.25,
                                            }, -- end of [718]
                                            [715] = 
                                            {
                                                ["y"] = 308286.03125,
                                                ["x"] = -52140.83203125,
                                            }, -- end of [715]
                                            [707] = 
                                            {
                                                ["y"] = 309031.53125,
                                                ["x"] = -52489.125,
                                            }, -- end of [707]
                                            [471] = 
                                            {
                                                ["y"] = 322042.34375,
                                                ["x"] = -54319.9296875,
                                            }, -- end of [471]
                                            [59] = 
                                            {
                                                ["y"] = 341838.75,
                                                ["x"] = -70160.5390625,
                                            }, -- end of [59]
                                            [118] = 
                                            {
                                                ["y"] = 340449.09375,
                                                ["x"] = -68036.1015625,
                                            }, -- end of [118]
                                            [236] = 
                                            {
                                                ["y"] = 333485.78125,
                                                ["x"] = -60471.46484375,
                                            }, -- end of [236]
                                            [472] = 
                                            {
                                                ["y"] = 322018.8125,
                                                ["x"] = -54291.98046875,
                                            }, -- end of [472]
                                            [571] = 
                                            {
                                                ["y"] = 316882.25,
                                                ["x"] = -52468.04296875,
                                            }, -- end of [571]
                                            [703] = 
                                            {
                                                ["y"] = 309152.5625,
                                                ["x"] = -52559.87109375,
                                            }, -- end of [703]
                                            [702] = 
                                            {
                                                ["y"] = 309197.3125,
                                                ["x"] = -52579.0078125,
                                            }, -- end of [702]
                                            [473] = 
                                            {
                                                ["y"] = 321994,
                                                ["x"] = -54265.13671875,
                                            }, -- end of [473]
                                            [574] = 
                                            {
                                                ["y"] = 316749.875,
                                                ["x"] = -52389.1484375,
                                            }, -- end of [574]
                                            [699] = 
                                            {
                                                ["y"] = 309500.46875,
                                                ["x"] = -52700.0390625,
                                            }, -- end of [699]
                                            [237] = 
                                            {
                                                ["y"] = 333445.0625,
                                                ["x"] = -60461.45703125,
                                            }, -- end of [237]
                                            [474] = 
                                            {
                                                ["y"] = 321968.03125,
                                                ["x"] = -54239.44921875,
                                            }, -- end of [474]
                                            [695] = 
                                            {
                                                ["y"] = 309623.21875,
                                                ["x"] = -52717.71875,
                                            }, -- end of [695]
                                            [691] = 
                                            {
                                                ["y"] = 309746.53125,
                                                ["x"] = -52704.640625,
                                            }, -- end of [691]
                                            [686] = 
                                            {
                                                ["y"] = 309890,
                                                ["x"] = -52646.4453125,
                                            }, -- end of [686]
                                            [475] = 
                                            {
                                                ["y"] = 321940.875,
                                                ["x"] = -54214.98046875,
                                            }, -- end of [475]
                                            [683] = 
                                            {
                                                ["y"] = 309965,
                                                ["x"] = -52591.27734375,
                                            }, -- end of [683]
                                            [119] = 
                                            {
                                                ["y"] = 340443.40625,
                                                ["x"] = -68031.1171875,
                                            }, -- end of [119]
                                            [238] = 
                                            {
                                                ["y"] = 333404.875,
                                                ["x"] = -60449.5625,
                                            }, -- end of [238]
                                            [476] = 
                                            {
                                                ["y"] = 321912.65625,
                                                ["x"] = -54191.76953125,
                                            }, -- end of [476]
                                            [583] = 
                                            {
                                                ["y"] = 316331.65625,
                                                ["x"] = -52280.046875,
                                            }, -- end of [583]
                                            [679] = 
                                            {
                                                ["y"] = 310426.90625,
                                                ["x"] = -52130.203125,
                                            }, -- end of [679]
                                            [587] = 
                                            {
                                                ["y"] = 316211.0625,
                                                ["x"] = -52240.94140625,
                                            }, -- end of [587]
                                            [477] = 
                                            {
                                                ["y"] = 321883.40625,
                                                ["x"] = -54169.875,
                                            }, -- end of [477]
                                            [671] = 
                                            {
                                                ["y"] = 310975.4375,
                                                ["x"] = -51676.94921875,
                                            }, -- end of [671]
                                            [670] = 
                                            {
                                                ["y"] = 310988.1875,
                                                ["x"] = -51676.75,
                                            }, -- end of [670]
                                            [239] = 
                                            {
                                                ["y"] = 333365.25,
                                                ["x"] = -60435.8125,
                                            }, -- end of [239]
                                            [478] = 
                                            {
                                                ["y"] = 321853.1875,
                                                ["x"] = -54149.33984375,
                                            }, -- end of [478]
                                            [667] = 
                                            {
                                                ["y"] = 311125.84375,
                                                ["x"] = -51720.66015625,
                                            }, -- end of [667]
                                            [30] = 
                                            {
                                                ["y"] = 344270,
                                                ["x"] = -69842.5703125,
                                            }, -- end of [30]
                                            [15] = 
                                            {
                                                ["y"] = 344733,
                                                ["x"] = -69510.2578125,
                                            }, -- end of [15]
                                            [479] = 
                                            {
                                                ["y"] = 321822.03125,
                                                ["x"] = -54130.203125,
                                            }, -- end of [479]
                                            [60] = 
                                            {
                                                ["y"] = 341807.3125,
                                                ["x"] = -70173.25,
                                            }, -- end of [60]
                                            [120] = 
                                            {
                                                ["y"] = 340441.03125,
                                                ["x"] = -68027.9609375,
                                            }, -- end of [120]
                                            [240] = 
                                            {
                                                ["y"] = 333326.3125,
                                                ["x"] = -60420.2265625,
                                            }, -- end of [240]
                                            [480] = 
                                            {
                                                ["y"] = 321790.0625,
                                                ["x"] = -54112.5078125,
                                            }, -- end of [480]
                                            [659] = 
                                            {
                                                ["y"] = 311894.09375,
                                                ["x"] = -51525.140625,
                                            }, -- end of [659]
                                            [655] = 
                                            {
                                                ["y"] = 312129.90625,
                                                ["x"] = -51478.1171875,
                                            }, -- end of [655]
                                            [654] = 
                                            {
                                                ["y"] = 312189.59375,
                                                ["x"] = -51470.81640625,
                                            }, -- end of [654]
                                            [481] = 
                                            {
                                                ["y"] = 321781.5625,
                                                ["x"] = -54108.06640625,
                                            }, -- end of [481]
                                            [651] = 
                                            {
                                                ["y"] = 312494.21875,
                                                ["x"] = -51442.10546875,
                                            }, -- end of [651]
                                            [647] = 
                                            {
                                                ["y"] = 312557.84375,
                                                ["x"] = -51465.2265625,
                                            }, -- end of [647]
                                            [241] = 
                                            {
                                                ["y"] = 333288.15625,
                                                ["x"] = -60402.84765625,
                                            }, -- end of [241]
                                            [482] = 
                                            {
                                                ["y"] = 321765.96875,
                                                ["x"] = -54101,
                                            }, -- end of [482]
                                            [643] = 
                                            {
                                                ["y"] = 312604.84375,
                                                ["x"] = -51513.96875,
                                            }, -- end of [643]
                                            [639] = 
                                            {
                                                ["y"] = 312736.6875,
                                                ["x"] = -51800.5,
                                            }, -- end of [639]
                                            [638] = 
                                            {
                                                ["y"] = 312745.625,
                                                ["x"] = -51813.953125,
                                            }, -- end of [638]
                                            [483] = 
                                            {
                                                ["y"] = 321749.65625,
                                                ["x"] = -54095.7578125,
                                            }, -- end of [483]
                                            [637] = 
                                            {
                                                ["y"] = 312755.96875,
                                                ["x"] = -51826.36328125,
                                            }, -- end of [637]
                                            [121] = 
                                            {
                                                ["y"] = 340440.0625,
                                                ["x"] = -68024.140625,
                                            }, -- end of [121]
                                            [242] = 
                                            {
                                                ["y"] = 333250.84375,
                                                ["x"] = -60383.7109375,
                                            }, -- end of [242]
                                            [484] = 
                                            {
                                                ["y"] = 321732.875,
                                                ["x"] = -54092.40625,
                                            }, -- end of [484]
                                            [635] = 
                                            {
                                                ["y"] = 312780.375,
                                                ["x"] = -51847.50390625,
                                            }, -- end of [635]
                                            [631] = 
                                            {
                                                ["y"] = 312839.6875,
                                                ["x"] = -51871.94921875,
                                            }, -- end of [631]
                                            [627] = 
                                            {
                                                ["y"] = 312903.8125,
                                                ["x"] = -51869.3671875,
                                            }, -- end of [627]
                                            [485] = 
                                            {
                                                ["y"] = 321715.8125,
                                                ["x"] = -54090.9921875,
                                            }, -- end of [485]
                                            [623] = 
                                            {
                                                ["y"] = 313903.5,
                                                ["x"] = -51616.31640625,
                                            }, -- end of [623]
                                            [622] = 
                                            {
                                                ["y"] = 313962.21875,
                                                ["x"] = -51607.33984375,
                                            }, -- end of [622]
                                            [243] = 
                                            {
                                                ["y"] = 333214.46875,
                                                ["x"] = -60362.85546875,
                                            }, -- end of [243]
                                            [486] = 
                                            {
                                                ["y"] = 321698.71875,
                                                ["x"] = -54091.53125,
                                            }, -- end of [486]
                                            [619] = 
                                            {
                                                ["y"] = 314139.65625,
                                                ["x"] = -51590.9296875,
                                            }, -- end of [619]
                                            [615] = 
                                            {
                                                ["y"] = 314377.1875,
                                                ["x"] = -51593.72265625,
                                            }, -- end of [615]
                                            [611] = 
                                            {
                                                ["y"] = 315512.03125,
                                                ["x"] = -51711.48828125,
                                            }, -- end of [611]
                                            [487] = 
                                            {
                                                ["y"] = 321681.75,
                                                ["x"] = -54094.015625,
                                            }, -- end of [487]
                                            [61] = 
                                            {
                                                ["y"] = 341775.21875,
                                                ["x"] = -70184.1640625,
                                            }, -- end of [61]
                                            [122] = 
                                            {
                                                ["y"] = 340440.59375,
                                                ["x"] = -68020.234375,
                                            }, -- end of [122]
                                            [244] = 
                                            {
                                                ["y"] = 333179.09375,
                                                ["x"] = -60340.328125,
                                            }, -- end of [244]
                                            [488] = 
                                            {
                                                ["y"] = 321665.21875,
                                                ["x"] = -54098.4140625,
                                            }, -- end of [488]
                                            [607] = 
                                            {
                                                ["y"] = 315642.34375,
                                                ["x"] = -51756.25390625,
                                            }, -- end of [607]
                                            [606] = 
                                            {
                                                ["y"] = 315673.0625,
                                                ["x"] = -51772.03125,
                                            }, -- end of [606]
                                            [603] = 
                                            {
                                                ["y"] = 315759,
                                                ["x"] = -51829.55859375,
                                            }, -- end of [603]
                                            [489] = 
                                            {
                                                ["y"] = 321649.28125,
                                                ["x"] = -54104.671875,
                                            }, -- end of [489]
                                            [599] = 
                                            {
                                                ["y"] = 315855.90625,
                                                ["x"] = -51927.5390625,
                                            }, -- end of [599]
                                            [595] = 
                                            {
                                                ["y"] = 316004.09375,
                                                ["x"] = -52106.1171875,
                                            }, -- end of [595]
                                            [245] = 
                                            {
                                                ["y"] = 333144.8125,
                                                ["x"] = -60316.17578125,
                                            }, -- end of [245]
                                            [490] = 
                                            {
                                                ["y"] = 321463.71875,
                                                ["x"] = -54189.99609375,
                                            }, -- end of [490]
                                            [663] = 
                                            {
                                                ["y"] = 311187.1875,
                                                ["x"] = -51728.6484375,
                                            }, -- end of [663]
                                            [591] = 
                                            {
                                                ["y"] = 316094.8125,
                                                ["x"] = -52174.8359375,
                                            }, -- end of [591]
                                            [590] = 
                                            {
                                                ["y"] = 316154.90625,
                                                ["x"] = -52211.23046875,
                                            }, -- end of [590]
                                            [491] = 
                                            {
                                                ["y"] = 321438.28125,
                                                ["x"] = -54200.64453125,
                                            }, -- end of [491]
                                            [675] = 
                                            {
                                                ["y"] = 310927.75,
                                                ["x"] = -51693.52734375,
                                            }, -- end of [675]
                                            [123] = 
                                            {
                                                ["y"] = 340442.625,
                                                ["x"] = -68016.8359375,
                                            }, -- end of [123]
                                            [246] = 
                                            {
                                                ["y"] = 333111.6875,
                                                ["x"] = -60290.45703125,
                                            }, -- end of [246]
                                            [492] = 
                                            {
                                                ["y"] = 321412.15625,
                                                ["x"] = -54209.515625,
                                            }, -- end of [492]
                                            [687] = 
                                            {
                                                ["y"] = 309862.84375,
                                                ["x"] = -52661.609375,
                                            }, -- end of [687]
                                            [579] = 
                                            {
                                                ["y"] = 316553.34375,
                                                ["x"] = -52316.765625,
                                            }, -- end of [579]
                                            [575] = 
                                            {
                                                ["y"] = 316712,
                                                ["x"] = -52371.03515625,
                                            }, -- end of [575]
                                            [493] = 
                                            {
                                                ["y"] = 321385.5,
                                                ["x"] = -54216.5703125,
                                            }, -- end of [493]
                                            [701] = 
                                            {
                                                ["y"] = 309441.6875,
                                                ["x"] = -52679.9375,
                                            }, -- end of [701]
                                            [573] = 
                                            {
                                                ["y"] = 316786.84375,
                                                ["x"] = -52409.0078125,
                                            }, -- end of [573]
                                            [247] = 
                                            {
                                                ["y"] = 333079.8125,
                                                ["x"] = -60263.21875,
                                            }, -- end of [247]
                                            [494] = 
                                            {
                                                ["y"] = 321358.40625,
                                                ["x"] = -54221.765625,
                                            }, -- end of [494]
                                            [711] = 
                                            {
                                                ["y"] = 308984.625,
                                                ["x"] = -52496.64453125,
                                            }, -- end of [711]
                                            [567] = 
                                            {
                                                ["y"] = 316984.25,
                                                ["x"] = -52540.85546875,
                                            }, -- end of [567]
                                            [563] = 
                                            {
                                                ["y"] = 317145.90625,
                                                ["x"] = -52658.796875,
                                            }, -- end of [563]
                                            [495] = 
                                            {
                                                ["y"] = 321331.03125,
                                                ["x"] = -54225.0859375,
                                            }, -- end of [495]
                                            [62] = 
                                            {
                                                ["y"] = 341742.5625,
                                                ["x"] = -70193.25,
                                            }, -- end of [62]
                                            [124] = 
                                            {
                                                ["y"] = 340450.3125,
                                                ["x"] = -68006.8984375,
                                            }, -- end of [124]
                                            [248] = 
                                            {
                                                ["y"] = 333049.21875,
                                                ["x"] = -60234.52734375,
                                            }, -- end of [248]
                                            [496] = 
                                            {
                                                ["y"] = 321303.5,
                                                ["x"] = -54226.5078125,
                                            }, -- end of [496]
                                            [734] = 
                                            {
                                                ["y"] = 307408.03125,
                                                ["x"] = -51665.77734375,
                                            }, -- end of [734]
                                            [735] = 
                                            {
                                                ["y"] = 307389.9375,
                                                ["x"] = -51668.2578125,
                                            }, -- end of [735]
                                            [558] = 
                                            {
                                                ["y"] = 317228.5,
                                                ["x"] = -52662.3359375,
                                            }, -- end of [558]
                                            [497] = 
                                            {
                                                ["y"] = 321275.9375,
                                                ["x"] = -54226.03125,
                                            }, -- end of [497]
                                            [551] = 
                                            {
                                                ["y"] = 317373.375,
                                                ["x"] = -52611.61328125,
                                            }, -- end of [551]
                                            [750] = 
                                            {
                                                ["y"] = 307200.59375,
                                                ["x"] = -51701.66015625,
                                            }, -- end of [750]
                                            [249] = 
                                            {
                                                ["y"] = 333020.03125,
                                                ["x"] = -60204.4453125,
                                            }, -- end of [249]
                                            [498] = 
                                            {
                                                ["y"] = 321248.4375,
                                                ["x"] = -54223.65625,
                                            }, -- end of [498]
                                            [29] = 
                                            {
                                                ["y"] = 344299.0625,
                                                ["x"] = -69835.5234375,
                                            }, -- end of [29]
                                            [759] = 
                                            {
                                                ["y"] = 306717.1875,
                                                ["x"] = -51790.4453125,
                                            }, -- end of [759]
                                            [763] = 
                                            {
                                                ["y"] = 306556.5,
                                                ["x"] = -51798.03125,
                                            }, -- end of [763]
                                            [499] = 
                                            {
                                                ["y"] = 321221.1875,
                                                ["x"] = -54219.390625,
                                            }, -- end of [499]
                                            [539] = 
                                            {
                                                ["y"] = 318704.1875,
                                                ["x"] = -53125.09375,
                                            }, -- end of [539]
                                            [125] = 
                                            {
                                                ["y"] = 340544.625,
                                                ["x"] = -67808.515625,
                                            }, -- end of [125]
                                            [250] = 
                                            {
                                                ["y"] = 332992.25,
                                                ["x"] = -60173.03125,
                                            }, -- end of [250]
                                            [500] = 
                                            {
                                                ["y"] = 321194.3125,
                                                ["x"] = -54213.26171875,
                                            }, -- end of [500]
                                            [775] = 
                                            {
                                                ["y"] = 303957.78125,
                                                ["x"] = -50605.515625,
                                            }, -- end of [775]
                                            [779] = 
                                            {
                                                ["y"] = 303821.84375,
                                                ["x"] = -50513.39453125,
                                            }, -- end of [779]
                                            [782] = 
                                            {
                                                ["y"] = 303730.96875,
                                                ["x"] = -50431.484375,
                                            }, -- end of [782]
                                            [501] = 
                                            {
                                                ["y"] = 321167.90625,
                                                ["x"] = -54205.29296875,
                                            }, -- end of [501]
                                            [526] = 
                                            {
                                                ["y"] = 319775,
                                                ["x"] = -53870.10546875,
                                            }, -- end of [526]
                                            [523] = 
                                            {
                                                ["y"] = 319865.78125,
                                                ["x"] = -53873.1328125,
                                            }, -- end of [523]
                                            [251] = 
                                            {
                                                ["y"] = 332965.9375,
                                                ["x"] = -60140.359375,
                                            }, -- end of [251]
                                            [502] = 
                                            {
                                                ["y"] = 321142.125,
                                                ["x"] = -54195.5234375,
                                            }, -- end of [502]
                                            [515] = 
                                            {
                                                ["y"] = 320182.625,
                                                ["x"] = -53844.2265625,
                                            }, -- end of [515]
                                            [803] = 
                                            {
                                                ["y"] = 300806.6875,
                                                ["x"] = -47675.61328125,
                                            }, -- end of [803]
                                            [807] = 
                                            {
                                                ["y"] = 300786.90625,
                                                ["x"] = -47613.95703125,
                                            }, -- end of [807]
                                            [503] = 
                                            {
                                                ["y"] = 321117.0625,
                                                ["x"] = -54184,
                                            }, -- end of [503]
                                            [63] = 
                                            {
                                                ["y"] = 341709.4375,
                                                ["x"] = -70200.4765625,
                                            }, -- end of [63]
                                            [126] = 
                                            {
                                                ["y"] = 340561.5625,
                                                ["x"] = -67771.7109375,
                                            }, -- end of [126]
                                            [252] = 
                                            {
                                                ["y"] = 332941.21875,
                                                ["x"] = -60106.5,
                                            }, -- end of [252]
                                            [504] = 
                                            {
                                                ["y"] = 320694.34375,
                                                ["x"] = -53971.63671875,
                                            }, -- end of [504]
                                            [827] = 
                                            {
                                                ["y"] = 299990.09375,
                                                ["x"] = -46663.49609375,
                                            }, -- end of [827]
                                            [829] = 
                                            {
                                                ["y"] = 299892.84375,
                                                ["x"] = -46538.125,
                                            }, -- end of [829]
                                            [830] = 
                                            {
                                                ["y"] = 299053.125,
                                                ["x"] = -45407.78125,
                                            }, -- end of [830]
                                            [505] = 
                                            {
                                                ["y"] = 320650.75,
                                                ["x"] = -53950.81640625,
                                            }, -- end of [505]
                                            [367] = 
                                            {
                                                ["y"] = 327849.75,
                                                ["x"] = -61358.41796875,
                                            }, -- end of [367]
                                            [894] = 
                                            {
                                                ["y"] = 293978.5,
                                                ["x"] = -42327.625,
                                            }, -- end of [894]
                                            [253] = 
                                            {
                                                ["y"] = 332918.09375,
                                                ["x"] = -60071.5234375,
                                            }, -- end of [253]
                                            [506] = 
                                            {
                                                ["y"] = 320606.3125,
                                                ["x"] = -53931.765625,
                                            }, -- end of [506]
                                            [221] = 
                                            {
                                                ["y"] = 334427.5,
                                                ["x"] = -60865.515625,
                                            }, -- end of [221]
                                            [399] = 
                                            {
                                                ["y"] = 325936.25,
                                                ["x"] = -61214.97265625,
                                            }, -- end of [399]
                                            [879] = 
                                            {
                                                ["y"] = 295582.40625,
                                                ["x"] = -42889.21875,
                                            }, -- end of [879]
                                            [507] = 
                                            {
                                                ["y"] = 320561.15625,
                                                ["x"] = -53914.51953125,
                                            }, -- end of [507]
                                            [431] = 
                                            {
                                                ["y"] = 324100.96875,
                                                ["x"] = -57651.91796875,
                                            }, -- end of [431]
                                            [127] = 
                                            {
                                                ["y"] = 340577.71875,
                                                ["x"] = -67734.546875,
                                            }, -- end of [127]
                                            [254] = 
                                            {
                                                ["y"] = 332896.59375,
                                                ["x"] = -60035.5078125,
                                            }, -- end of [254]
                                            [508] = 
                                            {
                                                ["y"] = 320515.34375,
                                                ["x"] = -53899.10546875,
                                            }, -- end of [508]
                                            [351] = 
                                            {
                                                ["y"] = 329289.75,
                                                ["x"] = -59625.96484375,
                                            }, -- end of [351]
                                            [335] = 
                                            {
                                                ["y"] = 329836.5,
                                                ["x"] = -59650.3203125,
                                            }, -- end of [335]
                                            [319] = 
                                            {
                                                ["y"] = 330964.28125,
                                                ["x"] = -59958.06640625,
                                            }, -- end of [319]
                                            [509] = 
                                            {
                                                ["y"] = 320468.96875,
                                                ["x"] = -53885.55078125,
                                            }, -- end of [509]
                                            [287] = 
                                            {
                                                ["y"] = 331925.15625,
                                                ["x"] = -59632.8125,
                                            }, -- end of [287]
                                            [271] = 
                                            {
                                                ["y"] = 332270.1875,
                                                ["x"] = -59472.546875,
                                            }, -- end of [271]
                                            [255] = 
                                            {
                                                ["y"] = 332762.3125,
                                                ["x"] = -59797.953125,
                                            }, -- end of [255]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 293963.82160108,
                                                ["x"] = -42331.406979726,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 293963.82160108,
                                                ["x"] = -42331.406979726,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 94,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["y"] = 350096.89259916,
                                            ["x"] = -69600.728537136,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 70,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 13286.453827617,
                                            ["alt_type"] = "BARO",
                                            ["y"] = 293963.82160108,
                                            ["x"] = -42331.406979726,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 350096.89259916,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #1",
                                        ["unitId"] = 2,
                                        ["heading"] = 3.3155735785896,
                                        ["skill"] = "Average",
                                        ["x"] = -69600.728537136,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 350135.26057481,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #2",
                                        ["unitId"] = 3,
                                        ["heading"] = 4.8890136884192,
                                        ["skill"] = "Average",
                                        ["x"] = -69607.576629867,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 350168.90142367,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #3",
                                        ["unitId"] = 4,
                                        ["heading"] = 4.8890193655664,
                                        ["skill"] = "Average",
                                        ["x"] = -69613.581200339,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 350202.54217746,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unité #5",
                                        ["unitId"] = 6,
                                        ["heading"] = 4.8890246731321,
                                        ["skill"] = "Average",
                                        ["x"] = -69619.585938081,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 350233.37829665,
                                        ["type"] = "T-55",
                                        ["name"] = "Unité #6",
                                        ["unitId"] = 7,
                                        ["heading"] = 4.8890297566746,
                                        ["skill"] = "Average",
                                        ["x"] = -69625.090221704,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 350258.50511401,
                                        ["type"] = "Grad-URAL",
                                        ["name"] = "Unité #7",
                                        ["unitId"] = 8,
                                        ["heading"] = 4.8890341709703,
                                        ["skill"] = "Average",
                                        ["x"] = -69629.575502672,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 350283.63187395,
                                        ["type"] = "ZIL-131 KUNG",
                                        ["name"] = "Unité #8",
                                        ["unitId"] = 9,
                                        ["heading"] = 4.8890381341405,
                                        ["skill"] = "Average",
                                        ["x"] = -69634.060876145,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 350344.12660949,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unité #9",
                                        ["unitId"] = 10,
                                        ["heading"] = 4.8890448864436,
                                        ["skill"] = "Average",
                                        ["x"] = -69644.860202183,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 350374.27356909,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #10",
                                        ["unitId"] = 11,
                                        ["heading"] = 4.8890520339683,
                                        ["skill"] = "Average",
                                        ["x"] = -69650.242163001,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 350399.37295191,
                                        ["type"] = "MTLB",
                                        ["name"] = "Unité #11",
                                        ["unitId"] = 12,
                                        ["heading"] = 4.8890563915544,
                                        ["skill"] = "Average",
                                        ["x"] = -69654.723122243,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 350422.67070267,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unité #12",
                                        ["unitId"] = 13,
                                        ["heading"] = 4.8890602063462,
                                        ["skill"] = "Average",
                                        ["x"] = -69658.882530232,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 350444.94572586,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unité #13",
                                        ["unitId"] = 14,
                                        ["heading"] = 4.8890638022045,
                                        ["skill"] = "Average",
                                        ["x"] = -69662.859430661,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 350521.99057654,
                                        ["type"] = "Grad-URAL",
                                        ["name"] = "Unité #14",
                                        ["unitId"] = 15,
                                        ["heading"] = 4.8890716349098,
                                        ["skill"] = "Average",
                                        ["x"] = -69676.615356655,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 350567.64196471,
                                        ["type"] = "BRDM-2",
                                        ["name"] = "Unité #15",
                                        ["unitId"] = 16,
                                        ["heading"] = 4.8890813100509,
                                        ["skill"] = "Average",
                                        ["x"] = -69684.766611748,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 350616.36764264,
                                        ["type"] = "ZiL-131 APA-80",
                                        ["name"] = "Unité #16",
                                        ["unitId"] = 17,
                                        ["heading"] = 4.8890887550113,
                                        ["skill"] = "Average",
                                        ["x"] = -69693.467169055,
                                    }, -- end of [15]
                                }, -- end of ["units"]
                                ["y"] = 350096.89259916,
                                ["x"] = -69600.728537136,
                                ["name"] = "Groupe de véhicules INS#01",
                                ["start_time"] = 0,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 307222.09375,
                                                ["x"] = -51690.76171875,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 303922.90625,
                                                ["x"] = -50585.16796875,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 300770.8125,
                                                ["x"] = -47431.9453125,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 296747.65625,
                                                ["x"] = -43552.62890625,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 314106.78125,
                                                ["x"] = -51592.76953125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 314052.25,
                                                ["x"] = -51597.0234375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 313997.8125,
                                                ["x"] = -51602.765625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 313943.59375,
                                                ["x"] = -51609.9921875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 313889.5625,
                                                ["x"] = -51618.703125,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 313835.8125,
                                                ["x"] = -51628.88671875,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 313782.375,
                                                ["x"] = -51640.53515625,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 313729.25,
                                                ["x"] = -51653.640625,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 312887.96875,
                                                ["x"] = -51872.60546875,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 312855.71875,
                                                ["x"] = -51873.90625,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 312823.9375,
                                                ["x"] = -51868.27734375,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 312794.125,
                                                ["x"] = -51855.984375,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 312745.625,
                                                ["x"] = -51813.953125,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 312612.75,
                                                ["x"] = -51529.08203125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 312571.59375,
                                                ["x"] = -51475.3203125,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 312511,
                                                ["x"] = -51445.12109375,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 311952.5,
                                                ["x"] = -51510.73046875,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 311140.78125,
                                                ["x"] = -51725.0390625,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 310938.78125,
                                                ["x"] = -51687.12890625,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 309987.5625,
                                                ["x"] = -52569.90234375,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 309530.6875,
                                                ["x"] = -52707.31640625,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 308290.375,
                                                ["x"] = -52142.359375,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 307480.40625,
                                                ["x"] = -51672.48046875,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 307218.65625,
                                                ["x"] = -51692.6640625,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 303854.25,
                                                ["x"] = -50538.15234375,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 300772.3125,
                                                ["x"] = -47420.7578125,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 296710.375,
                                                ["x"] = -43528.1953125,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 295782.0625,
                                                ["x"] = -42988.73046875,
                                            }, -- end of [256]
                                            [257] = 
                                            {
                                                ["y"] = 295743.8125,
                                                ["x"] = -42965.6171875,
                                            }, -- end of [257]
                                            [129] = 
                                            {
                                                ["y"] = 307213.03125,
                                                ["x"] = -51697.51171875,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 303821.84375,
                                                ["x"] = -50513.39453125,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 300770.8125,
                                                ["x"] = -47417.109375,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 296690.46875,
                                                ["x"] = -43518.12109375,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 295704.65625,
                                                ["x"] = -42944.0703125,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                ["y"] = 309965,
                                                ["x"] = -52591.27734375,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 309500.46875,
                                                ["x"] = -52700.0390625,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 308286.03125,
                                                ["x"] = -52140.83203125,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 307462.625,
                                                ["x"] = -51668.32421875,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 307209.28125,
                                                ["x"] = -51699.953125,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 303790.4375,
                                                ["x"] = -50487.33203125,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 300768.03125,
                                                ["x"] = -47414.30859375,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 296669.875,
                                                ["x"] = -43509.55859375,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 295623.90625,
                                                ["x"] = -42905.83984375,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                ["y"] = 295582.40625,
                                                ["x"] = -42889.21875,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                ["y"] = 307205.0625,
                                                ["x"] = -51701.3671875,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 303760.15625,
                                                ["x"] = -50460.015625,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 300764.40625,
                                                ["x"] = -47412.78515625,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 296648.6875,
                                                ["x"] = -43502.546875,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 295540.3125,
                                                ["x"] = -42874.29296875,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                ["y"] = 312494.21875,
                                                ["x"] = -51442.10546875,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 311894.09375,
                                                ["x"] = -51525.140625,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 311125.84375,
                                                ["x"] = -51720.66015625,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 310927.75,
                                                ["x"] = -51693.52734375,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 309941.15625,
                                                ["x"] = -52611.2109375,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 309470.78125,
                                                ["x"] = -52690.90234375,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 308281.4375,
                                                ["x"] = -52140.50390625,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 307444.53125,
                                                ["x"] = -51665.8125,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 307200.59375,
                                                ["x"] = -51701.66015625,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 303730.96875,
                                                ["x"] = -50431.484375,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 300666.03125,
                                                ["x"] = -47392.5390625,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 296627.0625,
                                                ["x"] = -43497.125,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 294684,
                                                ["x"] = -42618.6796875,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                ["y"] = 294633.59375,
                                                ["x"] = -42602.9375,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                ["y"] = 307139.3125,
                                                ["x"] = -51697.9296875,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 303703,
                                                ["x"] = -50401.78515625,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 300640.90625,
                                                ["x"] = -47386.45703125,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 296605.0625,
                                                ["x"] = -43493.328125,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 294583.59375,
                                                ["x"] = -42585.8671875,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                ["y"] = 309916.125,
                                                ["x"] = -52629.62109375,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 309441.6875,
                                                ["x"] = -52679.9375,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 308246.46875,
                                                ["x"] = -52142.63671875,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 307426.28125,
                                                ["x"] = -51664.9609375,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 307085.09375,
                                                ["x"] = -51706.17578125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 303676.25,
                                                ["x"] = -50370.97265625,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 300616.25,
                                                ["x"] = -47378.765625,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 296582.875,
                                                ["x"] = -43491.17578125,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 294485.09375,
                                                ["x"] = -42547.79296875,
                                            }, -- end of [268]
                                            [269] = 
                                            {
                                                ["y"] = 294436.625,
                                                ["x"] = -42526.81640625,
                                            }, -- end of [269]
                                            [135] = 
                                            {
                                                ["y"] = 307031.1875,
                                                ["x"] = -51716.1640625,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 303650.8125,
                                                ["x"] = -50339.09375,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 300592.125,
                                                ["x"] = -47369.49609375,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 296560.5625,
                                                ["x"] = -43490.6796875,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 312780.375,
                                                ["x"] = -51847.50390625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 312736.6875,
                                                ["x"] = -51800.5,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 312604.84375,
                                                ["x"] = -51513.96875,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 312557.84375,
                                                ["x"] = -51465.2265625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 312477.1875,
                                                ["x"] = -51441.01171875,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 311836.1875,
                                                ["x"] = -51541.296875,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 311013.25,
                                                ["x"] = -51681.19921875,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 310917.625,
                                                ["x"] = -51701.28125,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 309890,
                                                ["x"] = -52646.4453125,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 309197.3125,
                                                ["x"] = -52579.0078125,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 308241.59375,
                                                ["x"] = -52142.25,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 307408.03125,
                                                ["x"] = -51665.77734375,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 306977.625,
                                                ["x"] = -51727.88671875,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 303050.875,
                                                ["x"] = -49555.3828125,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 300568.65625,
                                                ["x"] = -47358.69140625,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 296538.28125,
                                                ["x"] = -43491.83984375,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 293969.5,
                                                ["x"] = -42304.55078125,
                                            }, -- end of [272]
                                            [137] = 
                                            {
                                                ["y"] = 306924.4375,
                                                ["x"] = -51741.328125,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 303014.375,
                                                ["x"] = -49509.1484375,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 300545.9375,
                                                ["x"] = -47346.390625,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 296516.15625,
                                                ["x"] = -43494.65234375,
                                            }, -- end of [233]
                                            [69] = 
                                            {
                                                ["y"] = 309862.84375,
                                                ["x"] = -52661.609375,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 309152.5625,
                                                ["x"] = -52559.87109375,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 308237.03125,
                                                ["x"] = -52140.5390625,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 307389.9375,
                                                ["x"] = -51668.2578125,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 306835.40625,
                                                ["x"] = -51766.015625,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 302976.5625,
                                                ["x"] = -49464.00390625,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 300524.03125,
                                                ["x"] = -47332.6484375,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 296507.3125,
                                                ["x"] = -43496.1171875,
                                            }, -- end of [234]
                                            [139] = 
                                            {
                                                ["y"] = 306796.375,
                                                ["x"] = -51775.91796875,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 302937.40625,
                                                ["x"] = -49419.99609375,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 300503.09375,
                                                ["x"] = -47317.51953125,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 296482.21875,
                                                ["x"] = -43499.33203125,
                                            }, -- end of [235]
                                            [35] = 
                                            {
                                                ["y"] = 312460.15625,
                                                ["x"] = -51441.859375,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 311217.75,
                                                ["x"] = -51723.01953125,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 311000.84375,
                                                ["x"] = -51678.17578125,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 310917.625,
                                                ["x"] = -51701.28125,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 309834.84375,
                                                ["x"] = -52675.0625,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 309108.28125,
                                                ["x"] = -52539.6484375,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 307972.25,
                                                ["x"] = -51996.9453125,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 307372.125,
                                                ["x"] = -51672.375,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 306756.9375,
                                                ["x"] = -51784.06640625,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 302896.96875,
                                                ["x"] = -49377.15625,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 300483.15625,
                                                ["x"] = -47301.0703125,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 296456.96875,
                                                ["x"] = -43500.7265625,
                                            }, -- end of [236]
                                            [141] = 
                                            {
                                                ["y"] = 306717.1875,
                                                ["x"] = -51790.4453125,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 302855.3125,
                                                ["x"] = -49335.52734375,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 300464.34375,
                                                ["x"] = -47283.3671875,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 296431.65625,
                                                ["x"] = -43500.296875,
                                            }, -- end of [237]
                                            [71] = 
                                            {
                                                ["y"] = 309806.03125,
                                                ["x"] = -52686.74609375,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 309040.46875,
                                                ["x"] = -52492.2421875,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 307922.8125,
                                                ["x"] = -51969.21484375,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 307255.6875,
                                                ["x"] = -51704.97265625,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 306677.1875,
                                                ["x"] = -51795.0390625,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 302812.40625,
                                                ["x"] = -49295.14453125,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 300446.6875,
                                                ["x"] = -47264.48828125,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 296406.46875,
                                                ["x"] = -43498.0390625,
                                            }, -- end of [238]
                                            [9] = 
                                            {
                                                ["y"] = 312903.8125,
                                                ["x"] = -51869.3671875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 312871.875,
                                                ["x"] = -51874.125,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 312839.6875,
                                                ["x"] = -51871.94921875,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 312808.6875,
                                                ["x"] = -51862.93359375,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 312767.59375,
                                                ["x"] = -51837.58984375,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 312729.25,
                                                ["x"] = -51786.1640625,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 312595.25,
                                                ["x"] = -51499.8515625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 312543.03125,
                                                ["x"] = -51456.7578125,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 312189.59375,
                                                ["x"] = -51470.81640625,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 311202.625,
                                                ["x"] = -51726.62890625,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 310988.1875,
                                                ["x"] = -51676.75,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 310462.875,
                                                ["x"] = -52098.06640625,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 309776.5625,
                                                ["x"] = -52696.6171875,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 309036.21875,
                                                ["x"] = -52490.0703125,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 307874.21875,
                                                ["x"] = -51940.10546875,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 307250.78125,
                                                ["x"] = -51705.61328125,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 306596.75,
                                                ["x"] = -51798.8359375,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 302723.1875,
                                                ["x"] = -49218.24609375,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 300039,
                                                ["x"] = -46734.78125,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 296356.90625,
                                                ["x"] = -43488.10546875,
                                            }, -- end of [240]
                                            [145] = 
                                            {
                                                ["y"] = 306556.5,
                                                ["x"] = -51798.03125,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 302676.90625,
                                                ["x"] = -49181.80078125,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 299990.09375,
                                                ["x"] = -46663.49609375,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 296332.78125,
                                                ["x"] = -43480.48046875,
                                            }, -- end of [241]
                                            [73] = 
                                            {
                                                ["y"] = 309746.53125,
                                                ["x"] = -52704.640625,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 309031.53125,
                                                ["x"] = -52489.125,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 307826.4375,
                                                ["x"] = -51909.63671875,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 307245.90625,
                                                ["x"] = -51704.8515625,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 306516.3125,
                                                ["x"] = -51795.4296875,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 301481.03125,
                                                ["x"] = -48268.2109375,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 299959.59375,
                                                ["x"] = -46634.3515625,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 296309.28125,
                                                ["x"] = -43471.1328125,
                                            }, -- end of [242]
                                            [147] = 
                                            {
                                                ["y"] = 306476.28125,
                                                ["x"] = -51791.03125,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 301447.78125,
                                                ["x"] = -48242.21484375,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 299892.84375,
                                                ["x"] = -46538.125,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 296286.5,
                                                ["x"] = -43460.11328125,
                                            }, -- end of [243]
                                            [37] = 
                                            {
                                                ["y"] = 312129.90625,
                                                ["x"] = -51478.1171875,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 311187.1875,
                                                ["x"] = -51728.6484375,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 310975.4375,
                                                ["x"] = -51676.94921875,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 310426.90625,
                                                ["x"] = -52130.203125,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 309716.09375,
                                                ["x"] = -52710.78125,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 309026.78125,
                                                ["x"] = -52489.4765625,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 307779.53125,
                                                ["x"] = -51877.828125,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 307241.40625,
                                                ["x"] = -51702.75,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 306436.46875,
                                                ["x"] = -51784.84375,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 301415.0625,
                                                ["x"] = -48215.5234375,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 299053.125,
                                                ["x"] = -45407.78125,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 296264.59375,
                                                ["x"] = -43447.4765625,
                                            }, -- end of [244]
                                            [149] = 
                                            {
                                                ["y"] = 306397,
                                                ["x"] = -51776.88671875,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 301382.90625,
                                                ["x"] = -48188.1484375,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 299014.78125,
                                                ["x"] = -45357.80078125,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 296243.65625,
                                                ["x"] = -43433.29296875,
                                            }, -- end of [245]
                                            [75] = 
                                            {
                                                ["y"] = 309685.28125,
                                                ["x"] = -52715.015625,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 308992.5,
                                                ["x"] = -52496.7890625,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 307733.5625,
                                                ["x"] = -51844.71484375,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 307237.6875,
                                                ["x"] = -51699.4765625,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 306357.9375,
                                                ["x"] = -51767.171875,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 300837.75,
                                                ["x"] = -47713.15625,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 298974.84375,
                                                ["x"] = -45309.0546875,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 296223.78125,
                                                ["x"] = -43417.6328125,
                                            }, -- end of [246]
                                            [151] = 
                                            {
                                                ["y"] = 306319.3125,
                                                ["x"] = -51755.71875,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 300826.0625,
                                                ["x"] = -47701.796875,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 298933.40625,
                                                ["x"] = -45261.59375,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 296205.09375,
                                                ["x"] = -43400.578125,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 312755.96875,
                                                ["x"] = -51826.36328125,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 312667.71875,
                                                ["x"] = -51650.33203125,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 312584.125,
                                                ["x"] = -51486.9140625,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 312527.34375,
                                                ["x"] = -51450.02734375,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 312070.46875,
                                                ["x"] = -51487.20703125,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 311171.625,
                                                ["x"] = -51729.0546875,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 310962.8125,
                                                ["x"] = -51678.76953125,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 310391.71875,
                                                ["x"] = -52163.21484375,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 309654.3125,
                                                ["x"] = -52717.33203125,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 308988.5625,
                                                ["x"] = -52497.1640625,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 307545.625,
                                                ["x"] = -51704.60546875,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 307232.84375,
                                                ["x"] = -51693.85546875,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 306281.28125,
                                                ["x"] = -51742.55078125,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 300815.65625,
                                                ["x"] = -47689.234375,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 298890.5,
                                                ["x"] = -45215.45703125,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 296187.71875,
                                                ["x"] = -43382.22265625,
                                            }, -- end of [248]
                                            [153] = 
                                            {
                                                ["y"] = 306243.84375,
                                                ["x"] = -51727.69140625,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 300806.6875,
                                                ["x"] = -47675.61328125,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 298846.15625,
                                                ["x"] = -45170.69921875,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 296019.25,
                                                ["x"] = -43191.0625,
                                            }, -- end of [249]
                                            [77] = 
                                            {
                                                ["y"] = 309623.21875,
                                                ["x"] = -52717.71875,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 308984.625,
                                                ["x"] = -52496.64453125,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 307530.5,
                                                ["x"] = -51694.37109375,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 307229.78125,
                                                ["x"] = -51691.40625,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 306207.125,
                                                ["x"] = -51711.17578125,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 300799.25,
                                                ["x"] = -47661.1015625,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 298800.4375,
                                                ["x"] = -45127.359375,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 295989.03125,
                                                ["x"] = -43158.14453125,
                                            }, -- end of [250]
                                            [155] = 
                                            {
                                                ["y"] = 305117.0625,
                                                ["x"] = -51190.6953125,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 300793.4375,
                                                ["x"] = -47645.8671875,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 298753.375,
                                                ["x"] = -45085.48046875,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 295957.5,
                                                ["x"] = -43126.48046875,
                                            }, -- end of [251]
                                            [39] = 
                                            {
                                                ["y"] = 312011.3125,
                                                ["x"] = -51498.08203125,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 311156.09375,
                                                ["x"] = -51727.84765625,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 310950.53125,
                                                ["x"] = -51682.18359375,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 310357.34375,
                                                ["x"] = -52197.07421875,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 309592.1875,
                                                ["x"] = -52716.171875,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 308980.90625,
                                                ["x"] = -52495.25390625,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 307514.5,
                                                ["x"] = -51685.5546875,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 307226,
                                                ["x"] = -51690.31640625,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 303993.46875,
                                                ["x"] = -50624.453125,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 300789.28125,
                                                ["x"] = -47630.08984375,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 298705,
                                                ["x"] = -45045.109375,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 295924.71875,
                                                ["x"] = -43096.125,
                                            }, -- end of [252]
                                            [271] = 
                                            {
                                                ["y"] = 293976.375,
                                                ["x"] = -42307.546875,
                                            }, -- end of [271]
                                            [270] = 
                                            {
                                                ["y"] = 294388.71875,
                                                ["x"] = -42504.5625,
                                            }, -- end of [270]
                                            [267] = 
                                            {
                                                ["y"] = 294534.09375,
                                                ["x"] = -42567.48046875,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                ["y"] = 295497.59375,
                                                ["x"] = -42861.08984375,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                ["y"] = 295664.65625,
                                                ["x"] = -42924.13671875,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 303957.78125,
                                                ["x"] = -50605.515625,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 300786.90625,
                                                ["x"] = -47613.95703125,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 298655.375,
                                                ["x"] = -45006.28125,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 295890.71875,
                                                ["x"] = -43067.12109375,
                                            }, -- end of [253]
                                            [255] = 
                                            {
                                                ["y"] = 295819.34375,
                                                ["x"] = -43013.3828125,
                                            }, -- end of [255]
                                            [254] = 
                                            {
                                                ["y"] = 295855.5625,
                                                ["x"] = -43039.52734375,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                ["y"] = 296381.5,
                                                ["x"] = -43493.96875,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                ["y"] = 296729.46875,
                                                ["x"] = -43539.71875,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                ["y"] = 300430.3125,
                                                ["x"] = -47244.5078125,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                ["y"] = 300772.28125,
                                                ["x"] = -47424.69921875,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                ["y"] = 302768.375,
                                                ["x"] = -49256.0390625,
                                            }, -- end of [175]
                                            [159] = 
                                            {
                                                ["y"] = 303887.6875,
                                                ["x"] = -50561.56640625,
                                            }, -- end of [159]
                                            [79] = 
                                            {
                                                ["y"] = 309561.28125,
                                                ["x"] = -52712.69921875,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 308460.65625,
                                                ["x"] = -52228.55078125,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 307497.75,
                                                ["x"] = -51678.23828125,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                ["y"] = 306637,
                                                ["x"] = -51797.8359375,
                                            }, -- end of [143]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 296223.78125,
                                                ["x"] = -43417.6328125,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 294001.5625,
                                                ["x"] = -42318.58984375,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 296482.21875,
                                                ["x"] = -43499.33203125,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 294388.71875,
                                                ["x"] = -42504.5625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 294436.625,
                                                ["x"] = -42526.81640625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 294485.09375,
                                                ["x"] = -42547.79296875,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 294534.09375,
                                                ["x"] = -42567.48046875,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 294583.59375,
                                                ["x"] = -42585.8671875,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 294633.59375,
                                                ["x"] = -42602.9375,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 295497.59375,
                                                ["x"] = -42861.08984375,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 295582.40625,
                                                ["x"] = -42889.21875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 295664.65625,
                                                ["x"] = -42924.13671875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 295743.8125,
                                                ["x"] = -42965.6171875,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 295890.71875,
                                                ["x"] = -43067.12109375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 296019.25,
                                                ["x"] = -43191.0625,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 296243.65625,
                                                ["x"] = -43433.29296875,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 296332.78125,
                                                ["x"] = -43480.48046875,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 296516.15625,
                                                ["x"] = -43494.65234375,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 296690.46875,
                                                ["x"] = -43518.125,
                                            }, -- end of [48]
                                            [33] = 
                                            {
                                                ["y"] = 296356.90625,
                                                ["x"] = -43488.10546875,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 296538.28125,
                                                ["x"] = -43491.83984375,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 296710.375,
                                                ["x"] = -43528.1953125,
                                            }, -- end of [49]
                                            [17] = 
                                            {
                                                ["y"] = 295782.0625,
                                                ["x"] = -42988.73046875,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 295924.71875,
                                                ["x"] = -43096.125,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 296187.71875,
                                                ["x"] = -43382.22265625,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 296264.59375,
                                                ["x"] = -43447.4765625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 296381.5,
                                                ["x"] = -43493.96875,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 296560.5625,
                                                ["x"] = -43490.6796875,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 296729.46875,
                                                ["x"] = -43539.71875,
                                            }, -- end of [50]
                                            [9] = 
                                            {
                                                ["y"] = 294684,
                                                ["x"] = -42618.6796875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 295540.3125,
                                                ["x"] = -42874.29296875,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 295623.90625,
                                                ["x"] = -42905.83984375,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 295704.65625,
                                                ["x"] = -42944.0703125,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 295819.34375,
                                                ["x"] = -43013.3828125,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 295957.5,
                                                ["x"] = -43126.48046875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 296205.09375,
                                                ["x"] = -43400.578125,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 296286.5,
                                                ["x"] = -43460.11328125,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 296431.65625,
                                                ["x"] = -43500.296875,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 296605.0625,
                                                ["x"] = -43493.328125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 298050.5,
                                                ["x"] = -44545.375,
                                            }, -- end of [52]
                                            [51] = 
                                            {
                                                ["y"] = 296747.65625,
                                                ["x"] = -43552.62890625,
                                            }, -- end of [51]
                                            [47] = 
                                            {
                                                ["y"] = 296669.875,
                                                ["x"] = -43509.55859375,
                                            }, -- end of [47]
                                            [46] = 
                                            {
                                                ["y"] = 296648.6875,
                                                ["x"] = -43502.546875,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                ["y"] = 296507.3125,
                                                ["x"] = -43496.1171875,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                ["y"] = 296582.875,
                                                ["x"] = -43491.17578125,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                ["y"] = 296456.96875,
                                                ["x"] = -43500.7265625,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 296627.0625,
                                                ["x"] = -43497.125,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                ["y"] = 296406.46875,
                                                ["x"] = -43498.0390625,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 293969.5,
                                                ["x"] = -42304.55078125,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 295855.5625,
                                                ["x"] = -43039.52734375,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 295989.03125,
                                                ["x"] = -43158.14453125,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 296309.28125,
                                                ["x"] = -43471.1328125,
                                            }, -- end of [31]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 100,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["y"] = 314106.78131179,
                                            ["x"] = -51592.770628373,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 65,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 44061.228094785,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 293969.49998455,
                                            ["x"] = -42304.539055581,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 314106.78131179,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #4",
                                        ["unitId"] = 22,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51592.770628373,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 314136.71888383,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #17",
                                        ["unitId"] = 23,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51591.073773948,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 314166.67162658,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #18",
                                        ["unitId"] = 24,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51589.826020248,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 314196.66473266,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #19",
                                        ["unitId"] = 25,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51589.027009614,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 314226.65810326,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #20",
                                        ["unitId"] = 26,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51588.677934243,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 314256.65142915,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #21",
                                        ["unitId"] = 27,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51588.778674915,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 314286.64463954,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #22",
                                        ["unitId"] = 28,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51589.329231631,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 314316.60668143,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #23",
                                        ["unitId"] = 29,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51590.328769852,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 314346.56847743,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #24",
                                        ["unitId"] = 30,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51591.778243336,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 314376.49921669,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #25",
                                        ["unitId"] = 31,
                                        ["heading"] = -1.1386300445266,
                                        ["skill"] = "Good",
                                        ["x"] = -51593.676579105,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 314106.78131179,
                                ["x"] = -51592.770628373,
                                ["name"] = "Groupe Ural 375 INS#01",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 2,
                    ["name"] = "USA",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [14]
                [15] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [15]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 100,
                ["x"] = 100,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["helicopter"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Nothing",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 17,
                                            ["y"] = 298005.5625,
                                            ["x"] = -50574.1875,
                                            ["name"] = "",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["ETA"] = 161.37967478426,
                                            ["y"] = 294369.5625,
                                            ["x"] = -42379.044642857,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 391.63677396585,
                                            ["y"] = 304097.15277958,
                                            ["x"] = -50677.505289212,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 500,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1216.9411340459,
                                            ["y"] = 345904.29563672,
                                            ["x"] = -69503.219574926,
                                            ["speed"] = 55.555555555556,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = 51,
                                        ["parking"] = 24,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = -0.41758365870966,
                                        ["callsign"] = 501,
                                        ["psi"] = 0.41758365870966,
                                        ["y"] = 298005.5625,
                                        ["x"] = -50574.1875,
                                        ["name"] = "Pilote #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1450,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 0,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 1,
                                        ["skill"] = "Player",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 298005.5625,
                                ["x"] = -50574.1875,
                                ["name"] = "KA 50 Siberian Tiger #01",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 140,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 17,
                                            ["y"] = 298018.375,
                                            ["x"] = -50558.84765625,
                                            ["name"] = "",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 165,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["ETA"] = 214.96151692546,
                                            ["y"] = 294369.5625,
                                            ["x"] = -42379.044642857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 165,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 521.32141157302,
                                            ["y"] = 304097.06702608,
                                            ["x"] = -50677.913485516,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 165,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1621.1392408215,
                                            ["y"] = 345904.29563672,
                                            ["x"] = -69504.648146355,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 140,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = 52,
                                        ["parking"] = 22,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = -0.41958580376823,
                                        ["callsign"] = 502,
                                        ["psi"] = 0.41958580376823,
                                        ["y"] = 298018.375,
                                        ["x"] = -50558.84765625,
                                        ["name"] = "Pilote #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1450,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 0,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 18,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 298018.375,
                                ["x"] = -50558.84765625,
                                ["name"] = "KA 50 Siberian Tiger #02",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 25,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 17,
                                            ["y"] = 298031.21875,
                                            ["x"] = -50543.51171875,
                                            ["name"] = "",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 194,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["ETA"] = 214.74858401372,
                                            ["y"] = 294369.84821428,
                                            ["x"] = -42379.044642857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 194,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 521.94469588952,
                                            ["y"] = 304096.78131179,
                                            ["x"] = -50677.62777123,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 241,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1622.7937522399,
                                            ["y"] = 345905.72420815,
                                            ["x"] = -69501.791003498,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 25,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = 53,
                                        ["parking"] = 20,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = -0.42156575517188,
                                        ["callsign"] = 503,
                                        ["psi"] = 0.42156575517188,
                                        ["y"] = 298031.21875,
                                        ["x"] = -50543.51171875,
                                        ["name"] = "Pilote #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1450,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 0,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 19,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 298031.21875,
                                ["x"] = -50543.51171875,
                                ["name"] = "KA 50 Siberian Tiger #03",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Nothing",
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 194,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 17,
                                            ["y"] = 298044.0625,
                                            ["x"] = -50528.171875,
                                            ["name"] = "",
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 394,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["ETA"] = 214.53922753543,
                                            ["y"] = 294369.84821428,
                                            ["x"] = -42379.044642857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 394,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 523.6221044638,
                                            ["y"] = 304097.35274036,
                                            ["x"] = -50677.62777123,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 447,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1620.2411051854,
                                            ["y"] = 345903.43849386,
                                            ["x"] = -69502.362432069,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 194,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = 54,
                                        ["parking"] = 18,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = -0.42357894657221,
                                        ["callsign"] = 504,
                                        ["psi"] = 0.42357894657221,
                                        ["y"] = 298044.0625,
                                        ["x"] = -50528.171875,
                                        ["name"] = "Pilote #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1450,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 0,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 20,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 298044.0625,
                                ["x"] = -50528.171875,
                                ["name"] = "KA 50 Siberian Tiger #04",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 17,
                                            ["y"] = 298056.875,
                                            ["x"] = -50512.8359375,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 214.33334914415,
                                            ["y"] = 294369.5625,
                                            ["x"] = -42379.044642857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 521.2042550893,
                                            ["y"] = 304096.99107143,
                                            ["x"] = -50677.616071428,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1622.3752056301,
                                            ["y"] = 345899.5625,
                                            ["x"] = -69505.616071429,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = "50",
                                        ["parking"] = 16,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = -0.42562183396925,
                                        ["callsign"] = 505,
                                        ["psi"] = 0.42562183396925,
                                        ["y"] = 298056.875,
                                        ["x"] = -50512.8359375,
                                        ["name"] = "Pilote #5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 1450,
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 0,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 35,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 298056.875,
                                ["x"] = -50512.8359375,
                                ["name"] = "KA 50 Siberian Tiger #05",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 17,
                                            ["y"] = 298069.71875,
                                            ["x"] = -50497.5,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["valid"] = true,
                                                            ["auto"] = true,
                                                            ["enabled"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 214.12583409847,
                                            ["y"] = 294369.5625,
                                            ["x"] = -42379.044642857,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 520.99674004361,
                                            ["y"] = 304096.99107143,
                                            ["x"] = -50677.616071428,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1623.5468444677,
                                            ["y"] = 345898.41964285,
                                            ["x"] = -69507.901785714,
                                            ["speed"] = 41.666666666667,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "dosaaf",
                                        ["onboard_num"] = "55",
                                        ["parking"] = 14,
                                        ["speed"] = 41.666666666667,
                                        ["heading"] = -0.42764268866412,
                                        ["callsign"] = 506,
                                        ["psi"] = 0.42764268866412,
                                        ["y"] = 298069.71875,
                                        ["x"] = -50497.5,
                                        ["name"] = "Pilote #6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = "1450",
                                            ["flare"] = 128,
                                            ["chaff"] = 0,
                                            ["gun"] = 0,
                                        }, -- end of ["payload"]
                                        ["type"] = "Ka-50",
                                        ["start_type"] = 3,
                                        ["unitId"] = 36,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 298069.71875,
                                ["x"] = -50497.5,
                                ["name"] = "KA 50 Siberian Tiger #06",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 127.5,
                            }, -- end of [6]
                        }, -- end of ["group"]
                    }, -- end of ["helicopter"]
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 25,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 298492.0354563,
                                            ["x"] = -50171.585679993,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 298492.0354563,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unité #26",
                                        ["unitId"] = 32,
                                        ["heading"] = 0.69813170079773,
                                        ["skill"] = "High",
                                        ["x"] = -50171.585679993,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 298362.0354563,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unité #27",
                                        ["unitId"] = 33,
                                        ["heading"] = 0.69813170079773,
                                        ["skill"] = "High",
                                        ["x"] = -50327.299965707,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 298214.89259916,
                                        ["type"] = "BMP-2",
                                        ["name"] = "Unité #28",
                                        ["unitId"] = 34,
                                        ["heading"] = 0.69813170079773,
                                        ["skill"] = "High",
                                        ["x"] = -50514.44282285,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 298492.0354563,
                                ["x"] = -50171.585679993,
                                ["name"] = "Groupe de véhicules RUS#01",
                                ["start_time"] = 0,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Roquette Strike BS2",
    ["version"] = 5,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["predicate"] = "triggerFront",
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 8,
                    ["altitude"] = 1,
                    ["predicate"] = "c_group_dead",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["seconds"] = 20,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["text"] = "Félicitation,vous avez détruit le convoi d ural375,verifiez si il vous reste assez de roquettes pour traiter le dernier objectif ,sinon rentrez a la base pour réarmer\
\
",
                    ["predicate"] = "a_out_text_delay_s",
                    ["coalitionlist"] = "red",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "convoi ural Détruit",
        }, -- end of [1]
        [2] = 
        {
            ["predicate"] = "triggerFront",
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 21,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 8,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["seconds"] = 20,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["text"] = "Félicitation,vous avez détruit le Fortin,verifiez si il vous reste assez de roquettes pour traiter le second objectif ,sinon rentrez a la base pour réarmer ou changer de type de roquette",
                    ["predicate"] = "a_out_text_delay_s",
                    ["coalitionlist"] = "red",
                }, -- end of [2]
            }, -- end of ["actions"]
            ["comment"] = "Fortin Détruit",
        }, -- end of [2]
        [3] = 
        {
            ["predicate"] = "triggerFront",
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["altitude"] = 1,
                    ["predicate"] = "c_group_dead",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["seconds"] = 30,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["text"] = "Félicitation,tous les objectifs on été détruits ,vous pouvez regagner la base",
                    ["predicate"] = "a_out_text_delay_s",
                    ["coalitionlist"] = "red",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Convoi Blindé Détruit",
        }, -- end of [3]
        [4] = 
        {
            ["predicate"] = "triggerFront",
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["unit"] = 1,
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 25,
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["text"] = "Conseil :pour l attaque d un convoi , il y a 2 possibilités de frapper \
\
La passe longitudinale :\
\
Présentez-vous sur un axe identique à celui du convoi., commencez votre tir en arrière de la dernière cible puis remonter le convoi. Stoppez au 2/3 du convoi.\
\
La passe latérale :\
\
Si vous ne pouvez vous présenter sur un axe avantageux, vous serez obligé d'effectuer une passe de tir latérale.\
Vous allez devoir effectuer une passe de tir avec de l'angle en roulis et en dérapage.\
Tâchez de rester stable et d'avoir un taux de virage constant.\
\
\
",
                    ["predicate"] = "a_out_text_delay_s",
                    ["coalitionlist"] = "red",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "conseil",
        }, -- end of [4]
    }, -- end of ["trigrules"]
    ["currentKey"] = 6756,
    ["start_time"] = 36000,
    ["forcedOptions"] = 
    {
        ["optionsView"] = "optview_all",
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["asc_r"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ROULIS",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_r",
            ["mm"] = 0,
        }, -- end of ["asc_r"]
        ["asc_a"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ALT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_a",
            ["mm"] = 0,
        }, -- end of ["asc_a"]
        ["laser_failure"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "LASER FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "laser_failure",
            ["mm"] = 0,
        }, -- end of ["laser_failure"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MOTEUR-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["abris_software"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS SOFTWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_software",
            ["mm"] = 0,
        }, -- end of ["abris_software"]
        ["abris_hardware"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS HARDWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_hardware",
            ["mm"] = 0,
        }, -- end of ["abris_hardware"]
        ["hydro_main"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO PRI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_main",
            ["mm"] = 0,
        }, -- end of ["hydro_main"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MOTEUR-D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["asc_p"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC TANGAGE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_p",
            ["mm"] = 0,
        }, -- end of ["asc_p"]
        ["hydro_common"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO AUX",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_common",
            ["mm"] = 0,
        }, -- end of ["hydro_common"]
        ["asc_y"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC LACET",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_y",
            ["mm"] = 0,
        }, -- end of ["asc_y"]
    }, -- end of ["failures"]
} -- end of mission
